Constructor

GtkPanednew

since: 3.0

Declaration [src]

GtkWidget*
gtk_paned_new (
  GtkOrientation orientation
)

Description [src]

Creates a new GtkPaned widget.

Available since: 3.0

Parameters

orientation

Type: GtkOrientation

The paned’s orientation.

Return value

Type: GtkWidget

A new GtkPaned.

The data is owned by the called function.