Class GPack.paned
Base class for widgets with two adjustable panes @gtkdoc gtk GtkPaned
inherit GContainer.container_full
method event : GObj.event_opsmethod add1 : GObj.widget -> unitmethod add2 : GObj.widget -> unitmethod pack1 : ?resize:bool -> ?shrink:bool -> GObj.widget -> unit- parameter resize
default value is
false
- parameter shrink
default value is
false
method pack2 : ?resize:bool -> ?shrink:bool -> GObj.widget -> unit- parameter resize
default value is
false
- parameter shrink
default value is
false
- parameter resize
default value is
false
- parameter shrink
default value is
false
method child1 : GObj.widget- parameter resize
default value is
false
- parameter shrink
default value is
false
method child2 : GObj.widgetmethod set_orientation : Gtk.Tags.orientation -> unitmethod orientation : Gtk.Tags.orientationmethod set_position : int -> unitmethod position : intmethod max_position : int- since
- GTK 2.4