Method

Gtk.StyleContext.get_margin

Declaration [src]

void
gtk_style_context_get_margin (
  GtkStyleContext* context,
  GtkBorder* margin
)

Description [src]

Gets the margin for a given state as a GtkBorder.

Parameters

margin GtkBorder
 

return value for the margin settings

 Direction: out
 Ownership is not transferred to the callee