GAssistant.assistantSourceToplevel widget which can contain other widgets in different pages @gtkdoc gtk GtkAssistant
inherit GWindow.window_skelval obj : 'a Gtk.objmethod connect : assistant_signalsmethod add_action_widget : Gtk.widget Gtk.obj -> unitmethod append_page : ?page_type:GtkEnums.assistant_page_type ->
?title:string ->
?header_image:GdkPixbuf.pixbuf ->
?side_image:GdkPixbuf.pixbuf ->
?complete:bool ->
Gtk.widget Gtk.obj ->
intmethod insert_page : ?page_type:GtkEnums.assistant_page_type ->
?title:string ->
?header_image:GdkPixbuf.pixbuf ->
?side_image:GdkPixbuf.pixbuf ->
?complete:bool ->
position:int ->
Gtk.widget Gtk.obj ->
intmethod nth_page : int -> Gtk.widget Gtk.objmethod page_complete : Gtk.widget Gtk.obj -> boolmethod page_header_image : Gtk.widget Gtk.obj -> GdkPixbuf.pixbufmethod page_side_image : Gtk.widget Gtk.obj -> GdkPixbuf.pixbufmethod page_title : Gtk.widget Gtk.obj -> stringmethod page_type : Gtk.widget Gtk.obj -> GtkEnums.assistant_page_typemethod prepend_page : ?page_type:GtkEnums.assistant_page_type ->
?title:string ->
?header_image:GdkPixbuf.pixbuf ->
?side_image:GdkPixbuf.pixbuf ->
?complete:bool ->
Gtk.widget Gtk.obj ->
intmethod remove_action_widget : Gtk.widget Gtk.obj -> unitmethod set_page_complete : Gtk.widget Gtk.obj -> bool -> unitmethod set_page_header_image : Gtk.widget Gtk.obj -> GdkPixbuf.pixbuf -> unitmethod set_page_side_image : Gtk.widget Gtk.obj -> GdkPixbuf.pixbuf -> unitmethod set_page_title : Gtk.widget Gtk.obj -> string -> unitmethod set_page_type : Gtk.widget Gtk.obj ->
GtkEnums.assistant_page_type ->
unit