TreeListModelPropertyName
public enum TreeListModelPropertyName : String, PropertyNameProtocol
Undocumented
-
If all rows should be expanded by default.
Declaration
Swift
case autoexpand = "autoexpand"
-
The root model displayed.
Declaration
Swift
case model = "model"
-
Gets whether the model is in passthrough mode.
If
false
, theGListModel
functions for this object return custom [classGtk.TreeListRow
] objects. Iftrue
, the values of the child models are pass through unmodified.Declaration
Swift
case passthrough = "passthrough"