![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXShell.h>
Public Member Functions | |
virtual void | create () |
virtual void | recalc () |
virtual void | setFocus () |
virtual void | killFocus () |
virtual | ~FXShell () |
windows which are direct children of the root window.
virtual FX::FXShell::~FXShell | ( | ) | [virtual] |
Destroy shell.
virtual void FX::FXShell::create | ( | ) | [virtual] |
Create server-side resources.
Reimplemented from FX::FXComposite.
Reimplemented in FX::FXMainWindow, FX::FXPrintDialog, FX::FXSplashWindow, FX::FXToolBarShell, FX::FXToolTip, and FX::FXTopWindow.
virtual void FX::FXShell::recalc | ( | ) | [virtual] |
virtual void FX::FXShell::setFocus | ( | ) | [virtual] |
Move the focus to this window.
Reimplemented from FX::FXWindow.
Reimplemented in FX::FXPopup, and FX::FXTopWindow.
virtual void FX::FXShell::killFocus | ( | ) | [virtual] |
Remove the focus from this window.
Reimplemented from FX::FXWindow.
Reimplemented in FX::FXPopup, and FX::FXTopWindow.
![]() |