[Gtk-sharp-list] Notebook

Lee Mallabone gnome@fonicmonkey.net
23 Apr 2003 14:13:49 +0100


On Wed, 2003-04-23 at 14:03, Ahmed Bouagja wrote:

> Can someone please tell me how to get the number of pages in a Notebook 
> widget, or where I can find all properties ans methods of  Gtk# widgets

Looking at the C docs, there is a function for doing this named:
gtk_notebook_get_n_pages(), however it was added in Gtk+ 2.2 and Gtk#
currently only targets Gtk+ 2.0.

The "monodoc" application contains API information and documentation.
It's still just a development version, but you can find more information
here:
http://lists.ximian.com/archives/public/gtk-sharp-list/2003-April/001695.html

Hope that helps,

Lee.