[Overview][Types][Classes][Procedures and functions][Variables][Index] |
A set of constants to define the position of a glyph on a button.
Source position: buttons.pp line 47
type TButtonLayout = ( |
||
blGlyphLeft, |
|
|
blGlyphRight, |
|
|
blGlyphTop, |
|
|
blGlyphBottom |
|
|
); |
lazarus-ccr.sourceforge.net |