[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGtk3' (#lcl)

TGtkTreeModelFlagsIdx

Declaration

Source position: lazgtk3.pas line 643

type TGtkTreeModelFlagsIdx = (

  TGtkTreeModelFlagsIdxMinValue = 0,

  

  GTK_TREE_MODEL_ITERS_PERSIST = 0,

  

  GTK_TREE_MODEL_LIST_ONLY = 1,

  

  TGtkTreeModelFlagsIdxMaxValue = 31

  

);