Project:DUI

Class List Class Hierarchy
Summary: Ctors Methods Mixins

Module dui.VBox

Class VBox

dui.ObjectG.ObjectG
        dui.DUIObject.DUIObject
                dui.Widget.Widget
                        dui.Container.Container
                                dui.Box.Box
                                        dui.VBox.VBox

Implemented interfaces:


public class

VBox



A container to display widgets vertically

Constructor Summary
package (GtkWidget *gtkWidget)
          
(bit homogeneous, int spacing)
          Creates a new vertical box

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




package ctor(VBox)(GtkWidget *gtkWidget)

getType

public static GType getType()
Gets this class type

Returns:
this class type



ctor(VBox)(bit homogeneous, int spacing)
Creates a new vertical box

Parameters:
homogeneous - if true all widget will have the same height space (how it's filled depends on the widget)
spacing - number of pixels between each children