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

gtkWidgetSetVisible

gtkWidgetSetVisible


Description

Sets the visibility state of widget. Note that setting this to TRUE doesn't mean the widget is actually viewable, see gtkWidgetGetVisible.

Usage

gtkWidgetSetVisible(object, visible)

Arguments

object

a GtkWidget

visible

whether the widget should be shown or not

Details

This function simply calls gtkWidgetShow or gtkWidgetHide but is nicer to use when the visibility of the widget depends on some condition. Since 2.18

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.