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.