Gtk.VPaned¶
- 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 |
|
Virtual Methods¶
Properties¶
- Inherited:
Gtk.Paned (5), Gtk.Container (3), Gtk.Widget (39), Gtk.Orientable (1)
Child Properties¶
- Inherited:
Style Properties¶
- Inherited:
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 |
r |
Class Details¶
- class Gtk.VPaned(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
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, useGtk.Paned
instead.- classmethod new()[source]¶
- Returns:
the new
Gtk.VPaned
- Return type:
Create a new
Gtk.VPaned
Deprecated since version 3.2: Use
Gtk.Paned.new
() withGtk.Orientation.VERTICAL
instead