GtkNotebook::reorder_child

GtkNotebook::reorder_child

void reorder_child ( GtkWidget child , int position );

Moves child to position position. If position is greater than the number of pages or is negative, the page will be moved to the end of the notebook.

Page positions start from zero. The third page in the notebook is in position two.

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