Project:DUI

Class List Class Hierarchy
Summary: Ctors Methods Mixins

Module dui.WindowGroup

Class WindowGroup

dui.ObjectG.ObjectG
        dui.WindowGroup.WindowGroup

Implemented interfaces:


class

WindowGroup



Window group

Constructor Summary
()
          Creates a new WindowGroupd

Methods Summary
public static GType getType()
          Gets this class type
void addWindow(Window window)
          Adds a window from this groupd
void removeWindow(Window window)
          Removes a window from this groupd


getType

public static GType getType()
Gets this class type

Returns:
this class type



ctor(WindowGroup)()
Creates a new WindowGroupd

addWindow

void addWindow(Window window)
Adds a window from this groupd

Parameters:
window - the window to add

removeWindow

void removeWindow(Window window)
Removes a window from this groupd

Parameters:
window - the window to remove