PHP-GTK
Wednesday, May 23, 2012 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousGtkNotebook::popup_enable
GtkNotebook::prepend_page_menunext

Last updated: Wed, 23 May 2012
view this page in English

GtkNotebook::prepend_page

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

Prepends a 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: append_page() , insert_page() , remove_page()


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


previousGtkNotebook::popup_enable
GtkNotebook::prepend_page_menunext

Last updated: Wed, 23 May 2012
view this page in English


credits 

PHP  Copyright © 2001-2012 The PHP Group
 All rights reserved.
Last updated: Wed May 23 01:45:19 2012 UTC