Top | ![]() |
![]() |
![]() |
![]() |
gboolean | complete | Read / Write |
GdkPixbuf * | header-image | Read / Write |
GtkAssistantPageType | page-type | Read / Write |
GdkPixbuf * | sidebar-image | Read / Write |
gchar * | title | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkAssistant
gint
gtk_assistant_get_current_page (GtkAssistant *assistant
);
Since: 2.10
void gtk_assistant_set_current_page (GtkAssistant *assistant
,gint page_num
);
Since: 2.10
GtkWidget * gtk_assistant_get_nth_page (GtkAssistant *assistant
,gint page_num
);
Since: 2.10
gint gtk_assistant_prepend_page (GtkAssistant *assistant
,GtkWidget *page
);
Since: 2.10
gint gtk_assistant_append_page (GtkAssistant *assistant
,GtkWidget *page
);
Since: 2.10
gint gtk_assistant_insert_page (GtkAssistant *assistant
,GtkWidget *page
,gint position
);
Since: 2.10
void gtk_assistant_set_forward_page_func (GtkAssistant *assistant
,GtkAssistantPageFunc page_func
,gpointer data
,GDestroyNotify destroy
);
Since: 2.10
void gtk_assistant_set_page_type (GtkAssistant *assistant
,GtkWidget *page
,GtkAssistantPageType type
);
Since: 2.10
GtkAssistantPageType gtk_assistant_get_page_type (GtkAssistant *assistant
,GtkWidget *page
);
Since: 2.10
void gtk_assistant_set_page_title (GtkAssistant *assistant
,GtkWidget *page
,const gchar *title
);
Since: 2.10
const gchar * gtk_assistant_get_page_title (GtkAssistant *assistant
,GtkWidget *page
);
Since: 2.10
void gtk_assistant_set_page_header_image (GtkAssistant *assistant
,GtkWidget *page
,GdkPixbuf *pixbuf
);
Since: 2.10
GdkPixbuf * gtk_assistant_get_page_header_image (GtkAssistant *assistant
,GtkWidget *page
);
Since: 2.10
void gtk_assistant_set_page_side_image (GtkAssistant *assistant
,GtkWidget *page
,GdkPixbuf *pixbuf
);
Since: 2.10
GdkPixbuf * gtk_assistant_get_page_side_image (GtkAssistant *assistant
,GtkWidget *page
);
Since: 2.10
void gtk_assistant_set_page_complete (GtkAssistant *assistant
,GtkWidget *page
,gboolean complete
);
Since: 2.10
gboolean gtk_assistant_get_page_complete (GtkAssistant *assistant
,GtkWidget *page
);
Since: 2.10
void gtk_assistant_add_action_widget (GtkAssistant *assistant
,GtkWidget *child
);
Since: 2.10
void gtk_assistant_remove_action_widget (GtkAssistant *assistant
,GtkWidget *child
);
Since: 2.10
void
gtk_assistant_update_buttons_state (GtkAssistant *assistant
);
Since: 2.10
“complete”
child property“complete” gboolean
Whether all required fields on the page have been filled out.
Flags: Read / Write
Default value: FALSE
Since: 2.10
“header-image”
child property“header-image” GdkPixbuf *
Header image for the assistant page.
Flags: Read / Write
Since: 2.10
“page-type”
child property“page-type” GtkAssistantPageType
The type of the assistant page.
Flags: Read / Write
Default value: GTK_ASSISTANT_PAGE_CONTENT
Since: 2.10
“sidebar-image”
child property“sidebar-image” GdkPixbuf *
Sidebar image for the assistant page.
Flags: Read / Write
“content-padding”
style property“content-padding” gint
Number of pixels around the content pages.
Flags: Read
Allowed values: >= 0
Default value: 1
“header-padding”
style property“header-padding” gint
Number of pixels around the header.
Flags: Read
Allowed values: >= 0
Default value: 6
“apply”
signalvoid user_function (GtkAssistant *assistant, gpointer user_data)
Flags: Run Last
Since: 2.10
“cancel”
signalvoid user_function (GtkAssistant *assistant, gpointer user_data)
Flags: Run Last
Since: 2.10
“close”
signalvoid user_function (GtkAssistant *assistant, gpointer user_data)
Flags: Run Last
Since: 2.10
“prepare”
signalvoid user_function (GtkAssistant *assistant, GtkWidget *page, gpointer user_data)
Flags: Run Last
Since: 2.10