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:
GtkWidget
A page of
assistant
.The data is owned by the caller of the method. has_padding
-
Type:
gboolean
Whether this page has padding.