gtkSizeGroupAddWidget: gtkSizeGroupAddWidget

Description Usage Arguments Details Author(s)

View source: R/gtkFuncs.R

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

1
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 documentation built on Oct. 14, 2021, 5:08 p.m.