XfceNotebook

XfceNotebook — An improved version of GtkNotebook

Functions

GtkWidget * xfce_notebook_new ()

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkNotebook
                    ╰── XfceNotebook

Implemented Interfaces

XfceNotebook implements AtkImplementorIface and GtkBuildable.

Includes

#include <libxfce4ui/libxfce4ui.h>

Description

The XfceNotebook class derives from GtkNotebook and extends it with the ability to scroll through tabs.

Functions

xfce_notebook_new ()

GtkWidget *
xfce_notebook_new (void);

Allocates a new XfceNotebook instance.

Returns

the newly allocated XfceNotebook.

[transfer full]

Since: 4.21.1

Types and Values

XfceNotebook

typedef struct _XfceNotebook XfceNotebook;

The XfceNotebook struct contains only private fields and should not be directly accessed.