gtkMiscSetPadding {RGtk2}R Documentation

gtkMiscSetPadding

Description

Sets the amount of space to add around the widget.

Usage

gtkMiscSetPadding(object, xpad, ypad)

Arguments

object [GtkMisc] a GtkMisc.
xpad [integer] the amount of space to add on the left and right of the widget, in pixels.
ypad [integer] the amount of space to add on the top and bottom of the widget, in pixels.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]