#include <XMShell.h>
Inheritance diagram for Shell:
Public Member Functions | |
Shell (String shellname, WidgetClass shelltype, XMWidget *parent, ArgList args=NULL, Cardinal num_args=0) | |
~Shell () | |
void | AllowResize (Boolean allow) |
Boolean | IsResizeAllowed () |
void | SetGeometry (String newg) |
void | GetGeometry (String geom) |
void | SetSaveUnder (Boolean newstate) |
Boolean | GetSaveUnder () |
void | Realize () |
void | Manage () |
void | UnManage () |
Protected Attributes | |
XMCallback< Shell > | Popdown |
XMCallback< Shell > | Popup |
Private Member Functions | |
virtual void | PopupCb (XMWidget *shell, XtPointer user_d, XtPointer call_d) |
virtual void | PopdnCb (XMWidget *shell, XtPointer user_d, XtPointer call_d) |
|
Definition at line 328 of file XMShell.cpp. References XMWidget::getid(), NINHRESOURCES, NULL, PopdnCb(), Popdown, Popup, PopupCb(), and XMCallback< T >::Register(). |
|
Definition at line 390 of file XMShell.cpp. References Popdown, Popup, UnManage(), and XMCallback< T >::UnRegister(). |
|
Definition at line 311 of file XMShell.h. References XMWidget::SetAttribute(). |
|
Definition at line 322 of file XMShell.h. References XMWidget::GetAttribute(). |
|
Definition at line 327 of file XMShell.h. References XMWidget::GetAttribute(). |
|
Definition at line 313 of file XMShell.h. References XMWidget::GetAttribute(). |
|
Reimplemented from XMWidget. Definition at line 339 of file XMShell.h. Referenced by Realize(). |
|
Definition at line 407 of file XMShell.cpp. Referenced by Shell(). |
|
Definition at line 404 of file XMShell.cpp. Referenced by Shell(). |
|
Reimplemented from XMWidget. Definition at line 334 of file XMShell.h. References Manage(). |
|
Definition at line 320 of file XMShell.h. References XMWidget::SetAttribute(). |
|
Definition at line 325 of file XMShell.h. References XMWidget::SetAttribute(). |
|
Reimplemented from XMWidget. Definition at line 340 of file XMShell.h. Referenced by ~Shell(). |
|
|
|
|