![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
Compose Context manages the state of an input method if input method support is enabled. More...
#include <FXComposeContext.h>
Public Member Functions | |
| FXComposeContext (FXApp *a, FXWindow *win=NULL, FXSelector sel=0) | |
| Construct compose context for given window. | |
| virtual void | create () |
| Create resource. | |
| virtual void | destroy () |
| Destroy resource. | |
| void | focusIn () |
| Focus in. | |
| void | focusOut () |
| Focus out. | |
| void | setFont (FXFont *fnt) |
| Set the font. | |
| void | setSpot (FXint x, FXint y) |
| Set the spot. | |
| void | setArea (FXint x, FXint y, FXint w, FXint h) |
| Set the area. | |
| FXString | translateEvent (FXRawEvent &event) |
| Translate key event. | |
| virtual | ~FXComposeContext () |
| Destructor. | |
Protected Attributes | |
| FXWindow * | window |
| FXSelector | message |
Compose Context manages the state of an input method if input method support is enabled.
|
|