NotebookPagePropertyName
public enum NotebookPagePropertyName : String, PropertyNameProtocol
Undocumented
-
The child for this page.
Declaration
Swift
case child = "child"
-
Whether the tab is detachable.
Declaration
Swift
case detachable = "detachable"
-
The label widget displayed in the childs menu entry.
Declaration
Swift
case menu = "menu"
-
The text of the menu widget.
Declaration
Swift
case menuLabel = "menu-label"
-
The index of the child in the parent.
Declaration
Swift
case position = "position"
-
Whether the tab is reorderable by user action.
Declaration
Swift
case reorderable = "reorderable"
-
The tab widget for tihs page.
Declaration
Swift
case tab = "tab"
-
Whether to expand the childs tab.
Declaration
Swift
case tabExpand = "tab-expand"
-
Whether the childs tab should fill the allocated area.
Declaration
Swift
case tabFill = "tab-fill"
-
The text of the tab widget.
Declaration
Swift
case tabLabel = "tab-label"