21 #ifndef FXACCELTABLE_H
22 #define FXACCELTABLE_H
50 void resize(FXuint m);
55 long onKeyPress(
FXObject*,FXSelector,
void*);
56 long onKeyRelease(
FXObject*,FXSelector,
void*);
63 void addAccel(FXHotKey hotkey,
FXObject* target=NULL,FXSelector seldn=0,FXSelector selup=0);
66 void removeAccel(FXHotKey hotkey);
69 FXbool hasAccel(FXHotKey hotkey)
const;
72 FXObject* targetOfAccel(FXHotKey hotkey)
const;
75 virtual void save(
FXStream& store)
const;
90 extern FXAPI FXHotKey parseAccel(
const FXString&
string);
96 extern FXAPI
FXString unparseAccel(FXHotKey key);
103 extern FXAPI FXHotKey parseHotKey(
const FXString&
string);
111 extern FXAPI FXint findHotKey(
const FXString&
string);