GtkHPaned

GtkHPaned — A container with two panes arranged horizontally

Synopsis

#include <gtk/gtk.h>

struct              GtkHPaned;
GtkWidget *         gtk_hpaned_new                      (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkWidget
               +----GtkContainer
                     +----GtkPaned
                           +----GtkHPaned

Implemented Interfaces

GtkHPaned implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

The HPaned widget is a container widget with two children arranged horizontally. The division between the two panes is adjustable by the user by dragging a handle. See GtkPaned for details.

GtkHPaned has been deprecated, use GtkPaned instead.

Details

struct GtkHPaned

struct GtkHPaned;

gtk_hpaned_new ()

GtkWidget *         gtk_hpaned_new                      (void);

Warning

gtk_hpaned_new has been deprecated since version 3.2 and should not be used in newly-written code. Use gtk_paned_new() with GTK_ORIENTATION_HORIZONTAL instead

Create a new GtkHPaned

Returns :

the new GtkHPaned