[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
TGlyphShowMode indicates if the glyph image of a menu or button should shown or not and in which circunstances
Source position: menus.pp line 49
type TGlyphShowMode = ( |
||
gsmAlways, |
|
Always show the glyph image |
gsmNever, |
|
Never show the glyph image |
gsmApplication, |
|
This setting will be read from the global Application variable, from the field Application.ShowMenuGlyphs |
gsmSystem |
|
Will show or not depending on the the system |
); |
|
Sets the default policy for showing or hiding glyph images in menus |
|
|
Describes the policy for the application of how to show menu and button glyphs |
|
|
Indicates the policy for showing or hiding the glyph image of this button |
lazarus-ccr.sourceforge.net |