ARB
|
#include <Xm/Xm.h>
Go to the source code of this file.
Classes | |
struct | awXKeymap |
struct | awXKeymap_modfree |
Functions | |
void | aw_install_xkeys (Display *display) |
void | aw_uninstall_xkeys () |
const awXKeymap * | aw_xkey_2_awkey (XKeyEvent *xkeyevent) |
void aw_install_xkeys | ( | Display * | display | ) |
Definition at line 134 of file AW_xkey.cxx.
References ARB_calloc(), aw_assert, awXKeymap::awkey, awXKeymap_modfree::awkey, awXKeymap::awmod, awModDef::awmod, awXKeymap::awstr, GB_MIND_CASE, GBS_create_hash(), GBS_create_numhash(), GBS_global_string_copy(), map_awXKey(), md, MODS, NULp, awXKeymap::xkey, awXKeymap_modfree::xkey, awXKeymap::xmod, awModDef::xmod, awXKeymap::xstr, awModDef::xstr_prefix, and awXKeymap_modfree::xstr_suffix.
void aw_uninstall_xkeys | ( | ) |
Definition at line 178 of file AW_xkey.cxx.
References GBS_free_hash(), GBS_free_numhash(), generatedKeymaps_count, md, MODS, NULp, awXKeymap::xstr, and awModDef::xstr_prefix.
const awXKeymap* aw_xkey_2_awkey | ( | XKeyEvent * | xkeyevent | ) |
Definition at line 196 of file AW_xkey.cxx.
References aw_assert, AW_KEY_ASCII, AW_KEY_NONE, AW_KEYMODE_ALT, AW_KEYMODE_CONTROL, AW_KEYMODE_NONE, AW_KEYMODE_NUMLOCK, aw_message(), awXKeymap::awkey, awXKeymap::awmod, awXKeymap::awstr, buffer, BUFFERSIZE, GBS_read_hash(), GBS_read_numhash(), NULp, result, and awXKeymap::xstr.
Referenced by AW_inputCB_draw_area().