[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgtk3.pas line 912
type TGtkFontChooserLevelIdx = ( |
||
TGtkFontChooserLevelIdxMinValue = 0, |
|
|
GTK_FONT_CHOOSER_LEVEL_STYLE = 0, |
|
|
GTK_FONT_CHOOSER_LEVEL_SIZE = 1, |
|
|
GTK_FONT_CHOOSER_LEVEL_VARIATIONS = 2, |
|
|
GTK_FONT_CHOOSER_LEVEL_FEATURES = 3, |
|
|
TGtkFontChooserLevelIdxMaxValue = 31 |
|
|
); |