Notebook.setTabBorder

Warning gtk_notebook_set_tab_border is deprecated and should not be used in newly-written code. 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).

class Notebook
void
setTabBorder

Parameters

borderWidth uint

width of the border around the tab labels.

Meta