Next:
Gtk2::Bin
Previous:
Gtk2::AspectFrame
 [Gtk2-Perl - Table of Contents][Gtk2-Perl - Index]

Gtk2::Assistant



NAME

Gtk2::Assistant

HIERARCHY

  Glib::Object
  +----Glib::InitiallyUnowned
       +----Gtk2::Object
            +----Gtk2::Widget
                 +----Gtk2::Container
                      +----Gtk2::Bin
                           +----Gtk2::Window
                                +----Gtk2::Assistant

INTERFACES

  Glib::Object::_Unregistered::AtkImplementorIface
  Gtk2::Buildable

METHODS

widget = Gtk2::Assistant->new

$assistant->add_action_widget ($child)

integer = $assistant->append_page ($page)

widget or undef = $assistant->get_apply_button

widget or undef = $assistant->get_back_button

widget or undef = $assistant->get_cancel_button

widget or undef = $assistant->get_close_button

integer = $assistant->get_current_page

$assistant->set_current_page ($page_num)

widget or undef = $assistant->get_forward_button

$assistant->set_forward_page_func ($func, $data=undef)

integer = $assistant->insert_page ($page, $position)

widget or undef = $assistant->get_last_button

integer = $assistant->get_n_pages

widget = $assistant->get_nth_page ($page_num)

boolean = $assistant->get_page_complete ($page)

$assistant->set_page_complete ($page, $complete)

pixbuf = $assistant->get_page_header_image ($page)

$assistant->set_page_header_image ($page, $pixbuf)

pixbuf = $assistant->get_page_side_image ($page)

$assistant->set_page_side_image ($page, $pixbuf)

string = $assistant->get_page_title ($page)

$assistant->set_page_title ($page, $title)

assistantpagetype = $assistant->get_page_type ($page)

$assistant->set_page_type ($page, $type)

integer = $assistant->prepend_page ($page)

$assistant->remove_action_widget ($child)

$assistant->update_buttons_state

SIGNALS

close (Gtk2::Assistant)
cancel (Gtk2::Assistant)
prepare (Gtk2::Assistant, Gtk2::Widget)
apply (Gtk2::Assistant)

ENUMS AND FLAGS

enum Gtk2::AssistantPageType

SEE ALSO

Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::Window

COPYRIGHT

Copyright (C) 2003-2008 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.


[Top] Generated by Marek::Pod::HTML 0.49 on Wed Dec 16 23:00:29 2009