Project:DUI

Class List Class Hierarchy
Summary: Ctors Methods Mixins

Module dui.Fixed

Class Fixed

dui.ObjectG.ObjectG
        dui.DUIObject.DUIObject
                dui.Widget.Widget
                        dui.Container.Container
                                dui.Fixed.Fixed

Implemented interfaces:


class

Fixed



A container that lays out it children on a fixed postion

Constructor Summary
protected (GtkWidget* gtkWidget)
          
()
          Creates a new Fixed container

Methods Summary
public static GType getType()
          Gets this class type
void put(Widget child, gint x, gint y)
          Puts a new child widget in a fixed postion
void move(Widget child, gint x, gint y)
          Move a child widget to a new position
void setHasWindon(bit hasWindow)
          Sets has window flag
bit getHasWindow()
          Gets has window flag




protected ctor(Fixed)(GtkWidget* gtkWidget)

getType

public static GType getType()
Gets this class type



ctor(Fixed)()
Creates a new Fixed container

put

void put(Widget child, gint x, gint y)
Puts a new child widget in a fixed postion

Parameters:
child - the widget
x - the horizontal position
y - the vertical position

move

void move(Widget child, gint x, gint y)
Move a child widget to a new position

Parameters:
child - the widget to move
x - the new horizontal position
y - the new vertical position

setHasWindon

void setHasWindon(bit hasWindow)
Sets has window flag

Parameters:
hasWindow -

getHasWindow

bit getHasWindow()
Gets has window flag

Returns:
true if has window