gtkAlignmentGetPadding {RGtk2}R Documentation

gtkAlignmentGetPadding

Description

Gets the padding on the different sides of the widget. See gtkAlignmentSetPadding.

Usage

gtkAlignmentGetPadding(object)

Arguments

object [GtkAlignment] a GtkAlignment

Details

Since 2.4

Value

A list containing the following elements:

padding.top [numeric] location to store the padding for the top of the widget, or NULL
padding.bottom [numeric] location to store the padding for the bottom of the widget, or NULL
padding.left [numeric] location to store the padding for the left of the widget, or NULL
padding.right [numeric] location to store the padding for the right of the widget, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]