Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXRootWindow.h>
Inheritance diagram for FX::FXRootWindow:
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 () |
|
Construct root window.
|
|
Destructor.
|
|
Root window need not be created.
Reimplemented from FX::FXComposite. |
|
Root window may not be detached.
Reimplemented from FX::FXComposite. |
|
Root window can not be destroyed.
Reimplemented from FX::FXComposite. |
|
Perform layout.
Reimplemented from FX::FXComposite. |
|
Return width of the root window.
Reimplemented from FX::FXComposite. |
|
Return height of the root window.
Reimplemented from FX::FXComposite. |
|
No op.
Reimplemented from FX::FXWindow. |
|
Root window can not be moved.
Reimplemented from FX::FXWindow. |
|
Root window can not be resized.
Reimplemented from FX::FXWindow. |
|
Root window can not be positioned.
Reimplemented from FX::FXWindow. |
|
Root window can not get focus.
Reimplemented from FX::FXWindow. |
|
Root window can not loose.
Reimplemented from FX::FXWindow. |
Copyright © 1997-2005 Jeroen van der Zijp |