AssistantPagePropertyName
public enum AssistantPagePropertyName : String, PropertyNameProtocol
Undocumented
-
The child widget.
Declaration
Swift
case child = "child"
-
Whether all required fields are filled in.
GTK uses this information to control the sensitivity of the navigation buttons.
Declaration
Swift
case complete = "complete"
-
The type of the assistant page.
Declaration
Swift
case pageType = "page-type"
-
The title of the page.
Declaration
Swift
case title = "title"