Project:DUI

Class List Class Hierarchy
Summary: Ctors Methods Mixins

Module dui.VPaned

Class VPaned

Implemented interfaces:

Paned
public class

VPaned



A container to display two children

Constructor Summary
protected (GtkWidget *gtkWidget)
          
()
          Creates a new Vertical Paned container
(Widget child1, Widget child2)
          Creates a new VPaned and adds two widgets as it's children

Methods Summary
public static GType getType()
          Gets this class type




protected ctor(VPaned)(GtkWidget *gtkWidget)

getType

public static GType getType()
Gets this class type

Returns:
this class type



ctor(VPaned)()
Creates a new Vertical Paned container



ctor(VPaned)(Widget child1, Widget child2)
Creates a new VPaned and adds two widgets as it's children

Parameters:
child1 -
child2 -