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

gtkToggleButtonSetMode

gtkToggleButtonSetMode


Description

Sets whether the button is displayed as a separate indicator and label. You can call this function on a checkbutton or a radiobutton with draw.indicator = FALSE to make the button look like a normal button

Usage

gtkToggleButtonSetMode(object, draw.indicator)

Arguments

object

a GtkToggleButton

draw.indicator

if TRUE, draw the button as a separate indicator and label; if FALSE, draw the button like a normal button

Details

This function only affects instances of classes like GtkCheckButton and GtkRadioButton that derive from GtkToggleButton, not instances of GtkToggleButton itself.

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.