Function

Gtk.Border.new

Declaration [src]

GtkBorder*
gtk_border_new (
  void
)

Description [src]

Allocates a new GtkBorder-struct and initializes its elements to zero.

Return value

Returns: GtkBorder

a newly allocated GtkBorder-struct. Free with gtk_border_free()

Ownership of the data is transferred to the caller