Package: gtk

GEnum gtk:notebook-tab

Declaration

(gobject:define-genum "GtkNotebookTab" notebook-tab
  (:export t
   :type-initializer "gtk_notebook_tab_get_type")
  (:tab-first 0)
  (:tab-last 1))  

Values

:tab-first
The first tab in the notebook.
:tab-last
The last tab in the notebook.

Details

The values of this enumeration are used in the action signals of the gtk:notebook widget.
 

See also

2024-10-4