gtkNotebookSetTabBorder: gtkNotebookSetTabBorder

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

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.

Usage

1
gtkNotebookSetTabBorder(object, border.width)

Arguments

object

a GtkNotebook

border.width

width of the border around the tab labels.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.