GtkNotebook Constructor

GtkNotebook Constructor

GtkNotebook (void);

Creates a new GtkNotebook instance. After creating the notebook, you should fill its pages with other widgets using append_page() and/or other similar methods.

Because GtkNotebook is a decendant of GtkContainer, it may contain one or more children. The notebook's children will be displayed as a "page" with a tab. It is most useful when the notebook's children are themselves containers so that other items may be added.

Tabs are automatically connected to the "clicked" signal. When a tab is clicked the "switch-page" signal is emitted which causes that tab's page to be brought to the foreground.

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