On Mon, 2003-04-14 at 17:39, Manu C S wrote: > How does one find out the page numbers of tabs in a GtkNotebook? If you have the widget on the notebook page, you can use: gint gtk_notebook_page_num (GtkNotebook *notebook, GtkWidget *child); Damon