Constructor

GtkPanednew

Declaration [src]

GtkWidget*
gtk_paned_new (
  GtkOrientation orientation
)

Description [src]

Creates a new GtkPaned widget.

Parameters

orientation GtkOrientation
 

The paned’s orientation.

Return value

Returns: GtkWidget
 

The newly created paned widget.

 The data is owned by the called function.