Panel.Paned

g GObject.GInterface GObject.GInterface Gtk.Accessible Gtk.Accessible GObject.GInterface->Gtk.Accessible Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable Gtk.ConstraintTarget Gtk.ConstraintTarget GObject.GInterface->Gtk.ConstraintTarget Gtk.Orientable Gtk.Orientable GObject.GInterface->Gtk.Orientable GObject.InitiallyUnowned GObject.InitiallyUnowned Gtk.Widget Gtk.Widget GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.Accessible->Gtk.Widget Gtk.Buildable->Gtk.Widget Gtk.ConstraintTarget->Gtk.Widget Panel.Paned Panel.Paned Gtk.Orientable->Panel.Paned Gtk.Widget->Panel.Paned

Subclasses:

None

Methods

Inherited:

Gtk.Widget (181), GObject.Object (37), Gtk.Accessible (15), Gtk.Buildable (1), Gtk.Orientable (2)

Structs:

Gtk.WidgetClass (18), GObject.ObjectClass (5)

class

new ()

append (child)

get_n_children ()

get_nth_child (nth)

insert (position, child)

insert_after (child, sibling)

prepend (child)

remove (child)

Virtual Methods

Inherited:

Gtk.Widget (25), GObject.Object (7), Gtk.Accessible (6), Gtk.Buildable (9)

Properties

Inherited:

Gtk.Widget (34), Gtk.Accessible (1), Gtk.Orientable (1)

Signals

Inherited:

Gtk.Widget (13), GObject.Object (1)

Fields

Inherited:

Gtk.Widget (13), GObject.Object (1)

Class Details

class Panel.Paned(**kwargs)
Bases:

Gtk.Widget, Gtk.Orientable

Abstract:

No

Structure:

Panel.PanedClass

A Panel.Paned is the concrete widget for a panel area.

classmethod new()
Returns:

a newly created Panel.Paned

Return type:

Gtk.Widget

Create a new Panel.Paned.

append(child)
Parameters:

child (Gtk.Widget) – a Gtk.Widget to append.

Append a widget in the paned.

get_n_children()
Returns:

the number of children.

Return type:

int

Gets the number of children in the paned.

get_nth_child(nth)
Parameters:

nth (int) – the child position

Returns:

a Gtk.Widget or None

Return type:

Gtk.Widget or None

Gets the child at position nth.

insert(position, child)
Parameters:

Inserts a widget at position in the paned.

insert_after(child, sibling)
Parameters:

Inserts a widget afer sibling in the paned.

prepend(child)
Parameters:

child (Gtk.Widget) – a Gtk.Widget to prepend.

Prepends a widget in the paned.

remove(child)
Parameters:

child (Gtk.Widget) – a Gtk.Widget

Removes a widget from the paned.