Method
GtkAssistantset_page_type
since: 2.10
Declaration [src]
void
gtk_assistant_set_page_type (
GtkAssistant* assistant,
GtkWidget* page,
GtkAssistantPageType type
)
Description [src]
Sets the page type for page.
The page type determines the page behavior in the assistant.
Available since: 2.10
Parameters
page-
Type:
GtkWidgetA page of
assistant.The data is owned by the caller of the method. type-
Type:
GtkAssistantPageTypeThe new type for
page.