| Top |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkNotebook
╰── XfceNotebook
The XfceNotebook class derives from GtkNotebook and extends it with the ability to scroll through tabs.
GtkWidget *
xfce_notebook_new (void);
Allocates a new XfceNotebook instance.
Since: 4.21.1
typedef struct _XfceNotebook XfceNotebook;
The XfceNotebook struct contains only private fields and should not be directly accessed.