gtkHBoxNew: gtkHBoxNew

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Creates a new GtkHBox.

Usage

1
gtkHBoxNew(homogeneous = NULL, spacing = NULL, show = TRUE)

Arguments

homogeneous

TRUE if all children are to be given equal space allotments.

spacing

the number of pixels to place by default between children.

Value

[GtkWidget] a new GtkHBox.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkHBoxNew in RGtk2...