#include <mi32/mg2x.h>
Inheritance diagram for MGD::DEVICE_X:

Public Member Functions | |
| ERRVALUE | ChangeDrawable (Drawable drawable) |
| ERRVALUE | ChangeWidget (Widget widget) |
| ERRVALUE | Create (Display *display, Drawable drawable) |
| DEVICE_X () | |
| virtual | ~DEVICE_X () |
Protected Member Functions | |
| virtual CAPABILITY | v_GetCapabilities () const |
Definition at line 104 of file mg2x.h.
|
|
Construct an X device. After constructing, you should call Create() |
|
|
Destructor.
|
|
|
Takes an XtWindow() of a widget.
|
|
|
Takes a widget and does the same thing as ChangeDrawable using it's XtWindow. This however, gets the height and width of the widget directly from the widget, so it's faster. |
|
||||||||||||
|
|
|
|
Return a list of the capabilities of this device. Don't forget to OR in the capabilities of the base class in the derived class Reimplemented from MGD::DEVICE. |
1.3.8-20040913