GtkNotebook::get_nth_page

GtkNotebook::get_nth_page

GtkWidget get_nth_page (int page_num );

Returns the child widget with index page_num. If page_num is -1, the last page is returned. If page_num is greater then the number of pages minus one (the highest index), NULL is returned.

See also: page_num()

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.