- indexing
- title: "EOLE_BORDERWIDTHS", "The EOLE_BORDERWIDTHS structure contains four integer widths for determining border space on the frame- and document-level windows for displaying toolbars and optional frame adornments. Each member of the structure is the width in pixels being requested or set for the top, bottom, left, and right sides of the window, as shown below:", "+---------------------------------+", "| Frame | Border Widths:", "+---------------------------------+", "| 10 ----------------+-----> top.10", "| --------------------------------+-----> left.5", "| --+-----> rigth.5", "| +-----------------------------+ | bottom.0", "| | | |", "| | | |", "| | | |", "|5| |5|", "| | +------+ | |", "| | |Object| | |", "| | | | | |", "+-+-------------+------+--------+-+", " +------+", "To negotiate space, the object fills in the EOLE_BORDERWIDTHS structure and passes it to RequestBorderSpace and SetBorderSpace methods on the frame or document interface, depending on where the space is being requested."
- project: "Visual Eiffel Library"
- revision: "$Revision: 1.2 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: wine
class EOLE_BORDERWIDTHS
- inherit
-
EOLE_RECT
- end
- creation
- make
end -- class EOLE_BORDERWIDTHS