![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXComposeContext.h>
Public Member Functions | |
FXComposeContext (FXApp *a, FXWindow *win=NULL, FXSelector sel=0) | |
virtual void | create () |
virtual void | destroy () |
void | focusIn () |
void | focusOut () |
void | setFont (FXFont *fnt) |
void | setSpot (FXint x, FXint y) |
void | setArea (FXint x, FXint y, FXint w, FXint h) |
FXString | translateEvent (FXRawEvent &event) |
virtual | ~FXComposeContext () |
FX::FXComposeContext::FXComposeContext | ( | FXApp * | a, | |
FXWindow * | win = NULL , |
|||
FXSelector | sel = 0 | |||
) |
Construct compose context for given window.
virtual FX::FXComposeContext::~FXComposeContext | ( | ) | [virtual] |
Destructor.
virtual void FX::FXComposeContext::create | ( | ) | [virtual] |
virtual void FX::FXComposeContext::destroy | ( | ) | [virtual] |
void FX::FXComposeContext::focusIn | ( | ) |
Focus in.
void FX::FXComposeContext::focusOut | ( | ) |
Focus out.
void FX::FXComposeContext::setFont | ( | FXFont * | fnt | ) |
Set the font.
FXString FX::FXComposeContext::translateEvent | ( | FXRawEvent & | event | ) |
Translate key event.
![]() |