#include <XMWidget.h>
Inheritance diagram for XMWidget:
Public Member Functions | |
XMWidget (char *n) | |
XMWidget (Widget w) | |
XMWidget (char *n, WidgetClass cl, XMApplication &parent, ArgList l=NULL, Cardinal num_args=0) | |
XMWidget (char *n, WidgetClass cl, Widget parent, ArgList l=NULL, Cardinal num_args=0) | |
XMWidget (char *n, WidgetClass cl, XMWidget &parent, ArgList l=NULL, Cardinal num_args=0) | |
virtual | ~XMWidget () |
Widget | getid () |
Widget | getparent () |
char * | getname () |
void | SetAttribute (String attribute, XtArgVal value) |
void | SetAttribute (String attribute, void *value) |
void | GetAttribute (String attribute, void *value) |
void | GetAttribute (String attribute, XtArgVal value) |
Callback_data * | AddCallback (String reason, void(*proc)(XMWidget *, XtPointer, XtPointer), XtPointer data=NULL) |
void | Map () |
void | UnMap () |
void | Manage () |
void | UnManage () |
void | Realize () |
void | UnRealize () |
Protected Member Functions | |
void | Create (char *n, WidgetClass cl, Widget parent, ArgList l, Cardinal num_args) |
Protected Attributes | |
Widget | id |
XMWidgetName | name |
|
Definition at line 375 of file XMWidget.h. |
|
Definition at line 380 of file XMWidget.h. |
|
Definition at line 385 of file XMWidget.h. References XMApplication::getid(). |
|
Definition at line 390 of file XMWidget.h. |
|
Definition at line 395 of file XMWidget.h. References getid(). |
|
Definition at line 400 of file XMWidget.h. |
|
|
Definition at line 366 of file XMWidget.h. |
|
Definition at line 416 of file XMWidget.h. References NULL. |
|
Definition at line 414 of file XMWidget.h. References NULL. Referenced by XMArrowButton::Direction(), Shell::GetGeometry(), TopLevelShell::GetIconic(), TopLevelShell::GetIconName(), XMListBaseClass::GetListCount(), XMListBaseClass::GetListValues(), Shell::GetSaveUnder(), XMListBaseClass::GetSelectedItems(), XMListBaseClass::GetSelectedListCount(), XMToggleButton::GetState(), and Shell::IsResizeAllowed(). |
|
|
Definition at line 406 of file XMWidget.h. Referenced by XMPulldown::FindMenuItem(), and XMMenuBar::GetPulldown(). |
|
Definition at line 405 of file XMWidget.h. |
|
Reimplemented in XMScrolledList, and Shell. Definition at line 433 of file XMWidget.h. Referenced by XM_display_help(), XMHorizontalSeparator::XMHorizontalSeparator(), XMList::XMList(), XMManagedWidget::XMManagedWidget(), and XMVerticalSeparator::XMVerticalSeparator(). |
|
Definition at line 431 of file XMWidget.h. |
|
Reimplemented in Shell. Definition at line 435 of file XMWidget.h. |
|
Definition at line 411 of file XMWidget.h. References NULL. |
|
|
Reimplemented in XMScrolledList, and Shell. Definition at line 434 of file XMWidget.h. Referenced by XM_help(), and XMUnmanageChild(). |
|
Definition at line 432 of file XMWidget.h. |
|
Definition at line 436 of file XMWidget.h. |
|
Definition at line 364 of file XMWidget.h. |
|
Definition at line 365 of file XMWidget.h. |