PHP-GTK
Saturday, July 04, 2009 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousGtkNotebook Constructor
GtkNotebook::append_page_menunext

Last updated: Sat, 04 Jul 2009
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese

GtkNotebook::append_page

int append_page(GtkWidget child [, GtkWidget tab_label = null]);

Appends a new page to the notebook. The widget passed as child will be visible when the page is active, the tab_label will be shown in the tab bar.

If you omit the second tab_label parameter, the default one "page N" (label) will be used.

The method returns the index (starting from 0) of the appended page in the notebook, or -1 if the method fails.

See also: insert_page() , prepend_page() , remove_page()


User Contributed Notes
gtk.gtknotebook.method.append_page.php
add a note about notes
There are no user contributed notes for this page.


previousGtkNotebook Constructor
GtkNotebook::append_page_menunext

Last updated: Sat, 04 Jul 2009
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese


credits 

PHP  Copyright © 2001-2009 The PHP Group
 All rights reserved.
Last updated: Sat Jul 4 01:52:30 2009 UTC