[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
ShowButtonGlyphs - determines whether to show show or not glyphs on TBitBtn controls
Source position: forms.pp line 1533
published property TApplicationProperties.ShowButtonGlyphs: TApplicationShowGlyphs |
This option allows to set rule for all application TBitBtn controls which have GlyphShowMode = gsmApplication. Different operation systems has different preferences regards showing button glyphs. Mac OS X and Windows UI guidlines suggests not to use them. Gnome has a special theme setting for this. sbgSystem option allows application to use system preferences for glyphs showing. sbgAlways is the default value because of Delphi compatibility.
lazarus-ccr.sourceforge.net |