[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Describes the policy for the application of how to show menu and button glyphs
Source position: forms.pp line 1299
type TApplicationShowGlyphs = ( |
||
sbgAlways, |
|
Show glyphs always. |
sbgNever, |
|
Show glyphs never. |
sbgSystem |
|
Show glyphs according to the platform default. |
); |
sbgAlways - show glyphs always (inspite of system preferences)
sbgNever - show glyphs never (inspite of system preferences)
sbgSystem - use system preferences for glyphs showing
|
TGlyphShowMode indicates if the glyph image of a menu or button should shown or not and in which circunstances |
lazarus-ccr.sourceforge.net |