Gtk2::Notebook man page on Peanut

Man page or keyword search:  
man Server   7435 pages
apropos Keyword Search (all sections)
Output format
Peanut logo
[printable version]

Gtk2::Notebook(3)     User Contributed Perl Documentation    Gtk2::Notebook(3)

NAME
       Gtk2::Notebook

HIERARCHY
	 Glib::Object
	 +----Glib::InitiallyUnowned
	      +----Gtk2::Object
		   +----Gtk2::Widget
			+----Gtk2::Container
			     +----Gtk2::Notebook

INTERFACES
	 Glib::Object::_Unregistered::AtkImplementorIface

METHODS
       widget = Gtk2::Notebook->new

       integer = $notebook->append_page ($child, $tab_label=undef)

	   ·   $child (Gtk2::Widget)

	   ·   $tab_label (scalar)

	   (integer return since Gtk2-Perl 1.080)

       integer = $notebook->append_page_menu ($child, $tab_label, $menu_label)

	   ·   $child (Gtk2::Widget)

	   ·   $tab_label (Gtk2::Widget or undef)

	   ·   $menu_label (Gtk2::Widget or undef)

	   (integer return since Gtk2-Perl 1.080)

       integer = $notebook->get_current_page

       $notebook->set_current_page ($page_num)

	   ·   $page_num (integer)

       integer = $notebook->get_group_id

       $notebook->set_group_id ($group_id)

	   ·   $group_id (integer)

       integer = $notebook->insert_page ($child, $tab_label, $position)

	   ·   $child (Gtk2::Widget)

	   ·   $tab_label (scalar)

	   ·   $position (integer)

	   (integer return since Gtk2-Perl 1.080)

       integer = $notebook->insert_page_menu ($child, $tab_label, $menu_label,
       $position)

	   ·   $child (Gtk2::Widget)

	   ·   $tab_label (Gtk2::Widget or undef)

	   ·   $menu_label (Gtk2::Widget or undef)

	   ·   $position (integer)

	   (integer return since Gtk2-Perl 1.080)

       widget or undef = $notebook->get_menu_label ($child)

	   ·   $child (Gtk2::Widget)

       $notebook->set_menu_label ($child, $menu_label=undef)

	   ·   $child (Gtk2::Widget)

	   ·   $menu_label (Gtk2::Widget or undef)

       string = $notebook->get_menu_label_text ($child)

	   ·   $child (Gtk2::Widget)

       $notebook->set_menu_label_text ($child, $menu_text)

	   ·   $child (Gtk2::Widget)

	   ·   $menu_text (string)

       integer = $notebook->get_n_pages

       $notebook->next_page

       widget or undef = $notebook->get_nth_page ($page_num)

	   ·   $page_num (integer)

       integer = $notebook->page_num ($child)

	   ·   $child (Gtk2::Widget)

       $notebook->popup_disable

       $notebook->popup_enable

       integer = $notebook->prepend_page ($child, $tab_label=undef)

	   ·   $child (Gtk2::Widget)

	   ·   $tab_label (scalar)

	   (integer return since Gtk2-Perl 1.080)

       integer = $notebook->prepend_page_menu ($child, $tab_label,
       $menu_label)

	   ·   $child (Gtk2::Widget)

	   ·   $tab_label (Gtk2::Widget or undef)

	   ·   $menu_label (Gtk2::Widget or undef)

	   (integer return since Gtk2-Perl 1.080)

       $notebook->prev_page

       (expand, fill, pack_type) = $notebook->query_tab_label_packing ($child)

	   ·   $child (Gtk2::Widget)

       $notebook->remove_page ($page_num)

	   ·   $page_num (integer)

       $notebook->reorder_child ($child, $position)

	   ·   $child (Gtk2::Widget)

	   ·   $position (integer)

       boolean = $notebook->get_scrollable

       $notebook->set_scrollable ($scrollable)

	   ·   $scrollable (boolean)

       boolean = $notebook->get_show_border

       $notebook->set_show_border ($show_border)

	   ·   $show_border (boolean)

       boolean = $notebook->get_show_tabs

       $notebook->set_show_tabs ($show_tabs)

	   ·   $show_tabs (boolean)

       $notebook->set_tab_border ($border_width)

	   ·   $border_width (integer)

       boolean = $notebook->get_tab_detachable ($child)

	   ·   $child (Gtk2::Widget)

       $notebook->set_tab_detachable ($child, $detachable)

	   ·   $child (Gtk2::Widget)

	   ·   $detachable (boolean)

       $notebook->set_tab_hborder ($tab_hborder)

	   ·   $tab_hborder (integer)

       widget = $notebook->get_tab_label ($child)

	   ·   $child (Gtk2::Widget)

       $notebook->set_tab_label_packing ($child, $expand, $fill, $pack_type)

	   ·   $child (Gtk2::Widget)

	   ·   $expand (boolean)

	   ·   $fill (boolean)

	   ·   $pack_type (Gtk2::PackType)

       $notebook->set_tab_label ($child, $tab_label=undef)

	   ·   $child (Gtk2::Widget)

	   ·   $tab_label (Gtk2::Widget or undef)

       string = $notebook->get_tab_label_text ($child)

	   ·   $child (Gtk2::Widget)

       $notebook->set_tab_label_text ($child, $tab_text)

	   ·   $child (Gtk2::Widget)

	   ·   $tab_text (string)

       positiontype = $notebook->get_tab_pos

       $notebook->set_tab_pos ($pos)

	   ·   $pos (Gtk2::PositionType)

       boolean = $notebook->get_tab_reorderable ($child)

	   ·   $child (Gtk2::Widget)

       $notebook->set_tab_reorderable ($child, $reorderable)

	   ·   $child (Gtk2::Widget)

	   ·   $reorderable (boolean)

       $notebook->set_tab_vborder ($tab_vborder)

	   ·   $tab_vborder (integer)

       Gtk2::Notebook->set_window_creation_hook ($func, $data=undef)

	   ·   $func (scalar)

	   ·   $data (scalar)

PROPERTIES
       'enable-popup' (boolean : readable / writable / private)
	   If TRUE, pressing the right mouse button on the notebook pops up a
	   menu that you can use to go to a page

       'group-id' (integer : readable / writable / private)
	   Group ID for tabs drag and drop

       'homogeneous' (boolean : readable / writable / private)
	   Whether tabs should have homogeneous sizes

       'page' (integer : readable / writable / private)
	   The index of the current page

       'scrollable' (boolean : readable / writable / private)
	   If TRUE, scroll arrows are added if there are too many tabs to fit

       'show-border' (boolean : readable / writable / private)
	   Whether the border should be shown or not

       'show-tabs' (boolean : readable / writable / private)
	   Whether tabs should be shown or not

       'tab-border' (Glib::UInt : writable / private)
	   Width of the border around the tab labels

       'tab-hborder' (Glib::UInt : readable / writable / private)
	   Width of the horizontal border of tab labels

       'tab-pos' (Gtk2::PositionType : readable / writable / private)
	   Which side of the notebook holds the tabs

       'tab-vborder' (Glib::UInt : readable / writable / private)
	   Width of the vertical border of tab labels

SIGNALS
       switch-page (Gtk2::Notebook, gpointer, Glib::UInt)
       boolean = focus-tab (Gtk2::Notebook, Gtk2::NotebookTab)
       boolean = select-page (Gtk2::Notebook, boolean)
       change-current-page (Gtk2::Notebook, integer)
       move-focus-out (Gtk2::Notebook, Gtk2::DirectionType)
       reorder-tab (Gtk2::Notebook, Gtk2::DirectionType, boolean)
       page-reordered (Gtk2::Notebook, Gtk2::Widget, Glib::UInt)
       page-removed (Gtk2::Notebook, Gtk2::Widget, Glib::UInt)
       page-added (Gtk2::Notebook, Gtk2::Widget, Glib::UInt)

ENUMS AND FLAGS
       enum Gtk2::DirectionType

       ·   'tab-forward' / 'GTK_DIR_TAB_FORWARD'

       ·   'tab-backward' / 'GTK_DIR_TAB_BACKWARD'

       ·   'up' / 'GTK_DIR_UP'

       ·   'down' / 'GTK_DIR_DOWN'

       ·   'left' / 'GTK_DIR_LEFT'

       ·   'right' / 'GTK_DIR_RIGHT'

       enum Gtk2::NotebookTab

       ·   'first' / 'GTK_NOTEBOOK_TAB_FIRST'

       ·   'last' / 'GTK_NOTEBOOK_TAB_LAST'

       enum Gtk2::PackType

       ·   'start' / 'GTK_PACK_START'

       ·   'end' / 'GTK_PACK_END'

       enum Gtk2::PositionType

       ·   'left' / 'GTK_POS_LEFT'

       ·   'right' / 'GTK_POS_RIGHT'

       ·   'top' / 'GTK_POS_TOP'

       ·   'bottom' / 'GTK_POS_BOTTOM'

SEE ALSO
       Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
       Gtk2::Container

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

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

perl v5.10.0			  2008-08-29		     Gtk2::Notebook(3)
[top]

List of man pages available for Peanut

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net