Method

AgsGuiNotebookinsert_tab

since: 3.0.0

Declaration [src]

void
ags_notebook_insert_tab (
  AgsNotebook* notebook,
  GtkToggleButton* tab,
  gint position
)

Description [src]

Insert a new AgsNotebookTab-struct to notebook.

Available since: 3.0.0

Parameters

tab

Type: GtkToggleButton

The GtkToggleButton.

The data is owned by the caller of the function.
position

Type: gint

The position as integer.