Method
GtkAssistantset_page_has_padding
since: 3.18
Declaration [src]
void
gtk_assistant_set_page_has_padding (
GtkAssistant* assistant,
GtkWidget* page,
gboolean has_padding
)
Description [src]
Sets whether the assistant is adding padding around the page.
Available since: 3.18
Parameters
page-
Type:
GtkWidgetA page of
assistant.The data is owned by the caller of the method. has_padding-
Type:
gbooleanWhether this page has padding.