Method

GtkNotebookset_show_tabs

Declaration [src]

void
gtk_notebook_set_show_tabs (
  GtkNotebook* notebook,
  gboolean show_tabs
)

Description [src]

Sets whether to show the tabs for the notebook or not.

Sets propertyGtk.Notebook:show-tabs

Parameters

show_tabs

Type: gboolean

TRUE if the tabs should be shown.