Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkNotebookSetTabBorder

gtkNotebookSetTabBorder


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

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

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.