[Glade-users] Notebook page numbers (fwd)

Damon Chaplin damon@karuna.uklinux.net
17 Apr 2003 21:20:10 +0100


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