Method

Gtk.StyleContext.get_padding

Declaration [src]

void
gtk_style_context_get_padding (
  GtkStyleContext* context,
  GtkBorder* padding
)

Description [src]

Gets the padding for a given state as a GtkBorder.

Parameters

padding GtkBorder
 

return value for the padding settings

 Direction: out
 Ownership is not transferred to the callee