FX::FXRootWindow Class Reference
Root window.
More...
#include <FXRootWindow.h>
List of all members.
Detailed Description
Root window.
Constructor & Destructor Documentation
virtual FX::FXRootWindow::~FXRootWindow |
( |
|
) |
[virtual] |
Member Function Documentation
virtual void FX::FXRootWindow::create |
( |
|
) |
[virtual] |
virtual void FX::FXRootWindow::layout |
( |
|
) |
[virtual] |
virtual FXint FX::FXRootWindow::getDefaultWidth |
( |
|
) |
[virtual] |
virtual FXint FX::FXRootWindow::getDefaultHeight |
( |
|
) |
[virtual] |
virtual void FX::FXRootWindow::recalc |
( |
|
) |
[virtual] |
virtual void FX::FXRootWindow::move |
( |
FXint |
x, |
|
|
FXint |
y | |
|
) |
| | [virtual] |
Root window can not be moved.
Reimplemented from FX::FXWindow.
virtual void FX::FXRootWindow::resize |
( |
FXint |
w, |
|
|
FXint |
h | |
|
) |
| | [virtual] |
Root window can not be resized.
Reimplemented from FX::FXWindow.
Root window can not be positioned.
Reimplemented from FX::FXWindow.
virtual void FX::FXRootWindow::setFocus |
( |
|
) |
[virtual] |
Root window can not get focus.
Reimplemented from FX::FXWindow.
virtual void FX::FXRootWindow::killFocus |
( |
|
) |
[virtual] |