Project:DUI

Class List Class Hierarchy
Summary: Ctors Methods Mixins

Module dui.HPaned

Class HPaned

Implemented interfaces:

Paned
public class

HPaned



A widget with resizable left and rigth children

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

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




protected ctor(HPaned)(GtkWidget *gtkWidget)

getType

public static GType getType()
Gets this class type

Returns:
this class type



ctor(HPaned)()
Creates a new HPaned widget



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

Parameters:
child1 -
child2 -