Constructor

Gtk.SizeGroup.new

Declaration [src]

GtkSizeGroup*
gtk_size_group_new (
  GtkSizeGroupMode mode
)

Description [src]

Create a new GtkSizeGroup.

Parameters

mode GtkSizeGroupMode
 

the mode for the new size group.

Return value

Returns: GtkSizeGroup

a newly created GtkSizeGroup

Ownership of the data is transferred to the caller