[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgtk3.pas line 649
type TGtkTreeModelFlags = set of ( |
||
TGtkTreeModelFlagsIdxMinValue = 0, |
|
|
GTK_TREE_MODEL_ITERS_PERSIST = 0, |
|
|
GTK_TREE_MODEL_LIST_ONLY = 1, |
|
|
TGtkTreeModelFlagsIdxMaxValue = 31 |
|
|
); |