Gtk.VPaned

g Atk.ImplementorIface Atk.ImplementorIface Gtk.Widget Gtk.Widget Atk.ImplementorIface->Gtk.Widget GObject.GInterface GObject.GInterface GObject.GInterface->Atk.ImplementorIface Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable Gtk.Orientable Gtk.Orientable GObject.GInterface->Gtk.Orientable GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.Buildable->Gtk.Widget Gtk.Container Gtk.Container Gtk.Paned Gtk.Paned Gtk.Container->Gtk.Paned Gtk.Orientable->Gtk.Paned Gtk.VPaned Gtk.VPaned Gtk.Paned->Gtk.VPaned Gtk.Widget->Gtk.Container

Subclasses:

None

Methods

Inherited:

Gtk.Paned (12), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Orientable (2)

Structs:

Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)

class

new ()

Virtual Methods

Inherited:

Gtk.Paned (6), Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10)

Properties

Inherited:

Gtk.Paned (5), Gtk.Container (3), Gtk.Widget (39), Gtk.Orientable (1)

Child Properties

Inherited:

Gtk.Paned (2)

Style Properties

Inherited:

Gtk.Paned (1), Gtk.Widget (17)

Signals

Inherited:

Gtk.Paned (6), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Fields

Inherited:

Gtk.Paned (6), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Name

Type

Access

Description

paned

Gtk.Paned

r

Class Details

class Gtk.VPaned(**kwargs)
Bases:

Gtk.Paned

Abstract:

No

Structure:

Gtk.VPanedClass

The VPaned widget is a container widget with two children arranged vertically. The division between the two panes is adjustable by the user by dragging a handle. See Gtk.Paned for details.

Gtk.VPaned has been deprecated, use Gtk.Paned instead.

classmethod new()[source]
Returns:

the new Gtk.VPaned

Return type:

Gtk.Widget

Create a new Gtk.VPaned

Deprecated since version 3.2: Use Gtk.Paned.new() with Gtk.Orientation.VERTICAL instead