![]() |
![]() |
Public Types | |
typedef sigc::slot<int, int> | SlotForwardPage |
Public Member Functions | |
void | add_action_widget (Widget& child) |
int | append_page (Widget& page) |
Assistant () | |
int | get_current_page () const |
int | get_n_pages () const |
const Widget* | get_nth_page (int page_num) const |
Widget* | get_nth_page (int page_num) |
bool | get_page_complete (const Widget& page) const |
Glib::RefPtr<const Gdk::Pixbuf> | get_page_header_image (const Widget& page) const |
Glib::RefPtr<Gdk::Pixbuf> | get_page_header_image (const Widget& page) |
Glib::RefPtr<const Gdk::Pixbuf> | get_page_side_image (const Widget& page) const |
Glib::RefPtr<Gdk::Pixbuf> | get_page_side_image (const Widget& page) |
Glib::ustring | get_page_title (const Widget& page) const |
AssistantPageType | get_page_type (const Widget& page) const |
const GtkAssistant* | gobj () const |
Provides access to the underlying C GtkObject. | |
GtkAssistant* | gobj () |
Provides access to the underlying C GtkObject. | |
int | insert_page (Widget& page, int position) |
int | prepend_page (Widget& page) |
void | remove_action_widget (Widget& child) |
void | set_current_page (int page_num) |
void | set_forward_page_func (const SlotForwardPage& slot) |
void | set_page_complete (const Widget& page, bool complete=true) |
void | set_page_header_image (const Widget& page, const Glib::RefPtr<Gdk::Pixbuf>& pixbuf) |
void | set_page_side_image (const Widget& page, const Glib::RefPtr<Gdk::Pixbuf>& pixbuf) |
void | set_page_title (const Widget& page, const Glib::ustring& title) |
void | set_page_type (const Widget& page, AssistantPageType type) |
Glib::SignalProxy0<void> | signal_apply () |
Glib::SignalProxy0<void> | signal_cancel () |
Glib::SignalProxy0<void> | signal_close () |
Glib::SignalProxy1< void, Gtk::Widget* > | signal_prepare () |
void | update_buttons_state () |
virtual | ~Assistant () |
Protected Member Functions | |
virtual void | on_apply () |
virtual void | on_cancel () |
virtual void | on_close () |
virtual void | on_prepare (Gtk::Widget* page) |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::Assistant* | wrap (GtkAssistant* object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Window. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Window. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|