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

gtkSizeGroupAddWidget

gtkSizeGroupAddWidget


Description

Adds a widget to a GtkSizeGroup. In the future, the requisition of the widget will be determined as the maximum of its requisition and the requisition of the other widgets in the size group. Whether this applies horizontally, vertically, or in both directions depends on the mode of the size group. See gtkSizeGroupSetMode.

Usage

gtkSizeGroupAddWidget(object, widget)

Arguments

object

a GtkSizeGroup

widget

the GtkWidget to add

Details

When the widget is destroyed or no longer referenced elsewhere, it will be removed from the size group.

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.