_gtkWidgetPaddingSet

For a widget, set the padding (in pixels) of the both directions (x and y).

Définit les valeurs de l'espace avec le bord pour un widget.

Type :

fun [ObjGtk I I] ObjGtk

_widget_ : ObjGtk : any widget (may be not all).

_padding_x_ : I : an integer, the number of pixels for this direction.

_padding_y_ : I : an integer, the number of pixels for this direction.

Return : ObjGtk : the same _widget_ or nil if error.

Back