![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXRootWindow.h>
Public Member Functions | |
FXRootWindow (FXApp *a, FXVisual *vis) | |
virtual void | create () |
virtual void | detach () |
virtual void | destroy () |
virtual void | layout () |
virtual FXint | getDefaultWidth () |
virtual FXint | getDefaultHeight () |
virtual void | recalc () |
virtual void | move (FXint x, FXint y) |
virtual void | resize (FXint w, FXint h) |
virtual void | position (FXint x, FXint y, FXint w, FXint h) |
virtual void | setFocus () |
virtual void | killFocus () |
virtual | ~FXRootWindow () |
Root window.
FX::FXRootWindow::FXRootWindow | ( | FXApp * | a, |
FXVisual * | vis | ||
) |
Construct root window.
virtual FX::FXRootWindow::~FXRootWindow | ( | ) | [virtual] |
Destructor.
virtual void FX::FXRootWindow::create | ( | ) | [virtual] |
Root window need not be created.
Reimplemented from FX::FXComposite.
virtual void FX::FXRootWindow::detach | ( | ) | [virtual] |
Root window may not be detached.
Reimplemented from FX::FXComposite.
virtual void FX::FXRootWindow::destroy | ( | ) | [virtual] |
Root window can not be destroyed.
Reimplemented from FX::FXComposite.
virtual void FX::FXRootWindow::layout | ( | ) | [virtual] |
Perform layout.
Reimplemented from FX::FXComposite.
virtual FXint FX::FXRootWindow::getDefaultWidth | ( | ) | [virtual] |
Return width of the root window.
Reimplemented from FX::FXComposite.
virtual FXint FX::FXRootWindow::getDefaultHeight | ( | ) | [virtual] |
Return height of the root window.
Reimplemented from FX::FXComposite.
virtual void FX::FXRootWindow::recalc | ( | ) | [virtual] |
No op.
Reimplemented from FX::FXWindow.
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.
virtual void FX::FXRootWindow::position | ( | FXint | x, |
FXint | y, | ||
FXint | w, | ||
FXint | h | ||
) | [virtual] |
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] |
Root window can not loose.
Reimplemented from FX::FXWindow.
![]() |