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, theGListModelfunctions for this object return custom [classGtk.TreeListRow] objects. Iftrue, the values of the child models are pass through unmodified.Declaration
Swift
case passthrough = "passthrough"
View on GitHub
Install in Dash
TreeListModelPropertyName Enumeration Reference