gtkBoxSetSpacing {RGtk2}R Documentation

gtkBoxSetSpacing

Description

Sets the spacing field of GtkBox, which is the number of pixels to place between children of box.

Usage

gtkBoxSetSpacing(object, spacing)

Arguments

object [GtkBox] a GtkBox.
spacing [integer] the number of pixels to put between children.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]