gtk.HPaned

gtk.HPaned — a container with two panes arranged horizontally.

Synopsis

class gtk.HPaned(gtk.Paned):
    gtk.HPaned()

Ancestry

+-- gobject.GObject
  +-- gtk.Object
    +-- gtk.Widget
      +-- gtk.Container
        +-- gtk.Paned
          +-- gtk.HPaned

Implemented Interfaces

gtk.HPaned implements gtk.Buildable

gtk.HPaned Child Properties

gtk.Paned Child Properties

Description

The gtk.HPaned is a container widget subclassed from gtk.Paned with two children arranged horizontally. The division between the children can be adjusted by the user by dragging a handle. See the gtk.Paned description for more information.

Constructor

    gtk.HPaned()

Returns :

a new hpaned widget

Creates a new gtk.HPaned widget.