Description Usage Arguments Author(s)
Sets the width the border around the tab labels
in a notebook. This is equivalent to calling
gtk_notebook_set_tab_hborder (notebook
, border.width
) followed
by gtk_notebook_set_tab_vborder (notebook
, border.width
).
WARNING: gtk_notebook_set_tab_border
is deprecated and should not be used in newly-written code.
1 | gtkNotebookSetTabBorder(object, border.width)
|
|
a |
|
width of the border around the tab labels. |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.