Project:DUI

Class List Class Hierarchy
Summary: Ctors Methods Mixins

Module dui.HandleBox

Class HandleBox

dui.ObjectG.ObjectG
        dui.DUIObject.DUIObject
                dui.Widget.Widget
                        dui.Container.Container
                                dui.Bin.Bin
                                        dui.HandleBox.HandleBox

Implemented interfaces:


public class

HandleBox



A Box with a handle to be draged.
An example of the use is the detachable toolbar.

Constructor Summary
protected (GtkWidget* gtkWidget)
          
()
          Creates a new HandleBox

Methods Summary
public static GType getType()
          Gets this class type
void setShadowType(ShadowType type)
          Sets the shadow type
ShadowType getShadowType()
          Gets the shadow type
void setHandlePosition(PositionType position)
          Sets the handle position
PositionType getHandlePosition()
          gets the ahbkde position
void setSnapEdge(PositionType edge)
          Sets the edget where this handle box is docked???
PositionType getSnapEdge()
          Gets the edget where this HandleBox is docked???




protected ctor(HandleBox)(GtkWidget* gtkWidget)

getType

public static GType getType()
Gets this class type

Returns:
this class type



ctor(HandleBox)()
Creates a new HandleBox

setShadowType

void setShadowType(ShadowType type)
Sets the shadow type

Parameters:
type - the new shadow type

getShadowType

ShadowType getShadowType()
Gets the shadow type

Returns:
the shadow type

setHandlePosition

void setHandlePosition(PositionType position)
Sets the handle position

Parameters:
position - the new handle position

getHandlePosition

PositionType getHandlePosition()
gets the ahbkde position

Returns:
the hande postion

setSnapEdge

void setSnapEdge(PositionType edge)
Sets the edget where this handle box is docked???

Parameters:
edge - the edge

getSnapEdge

PositionType getSnapEdge()
Gets the edget where this HandleBox is docked???

Returns:
the edget