SYMBOL INDEX (31 symbols across 3 files) FILE: hook/imesupport_hook.c function BOOL (line 17) | BOOL WINAPI DllMain(HINSTANCE hModuleDLL, DWORD fdwReason, LPVOID lpvRes... function EXPORT (line 34) | EXPORT BOOL StartHook(HWND hwnd) function EXPORT (line 46) | EXPORT BOOL EndHook(void) function SetFont (line 56) | void SetFont(LOGFONT *lf) function EXPORT (line 78) | EXPORT int GetMessageId(void) function LRESULT (line 89) | static LRESULT CALLBACK MyHookProc(int nCode, WPARAM wParam, LPARAM lParam) function im_set_composition (line 102) | static void im_set_composition(HWND hWnd, int x, int y, LOGFONT *lf) function LRESULT (line 123) | static LRESULT CALLBACK WindowMessageHookProc(HWND hWnd, UINT msg, WPARA... function Trace (line 211) | static void Trace(const TCHAR *str, BOOL append) FILE: imesupport/globalhook.py function setup (line 12) | def setup(hwnd, arch_x64, dll_dir=dirname(dirname(abspath(__file__)))): function cleanup (line 37) | def cleanup(): function set_inline_position (line 44) | def set_inline_position(hwnd, x, y, font_size, scaling): function clear_inline_position (line 51) | def clear_inline_position(hwnd): FILE: imesupportplugin.py class SlackCommand (line 12) | class SlackCommand(sublime_plugin.TextCommand): method run (line 13) | def run(self, edit): class WindowLayout (line 17) | class WindowLayout(object): method __init__ (line 18) | def __init__(self, window): method calc_cursor_position (line 23) | def calc_cursor_position(self, view, cursor): method get_font_face (line 32) | def get_font_face(view): method get_font_size (line 36) | def get_font_size(view): function setup (line 40) | def setup(hwnd): class ImeSupportEventListener (line 49) | class ImeSupportEventListener(sublime_plugin.EventListener): method __init__ (line 50) | def __init__(self): method on_new (line 54) | def on_new(self, view): method on_activated (line 57) | def on_activated(self, view): method on_deactivated (line 60) | def on_deactivated(self, view): method on_modified (line 63) | def on_modified(self, view): method on_selection_modified (line 66) | def on_selection_modified(self, view): method on_post_window_command (line 69) | def on_post_window_command(self, window, command_name, args): method update (line 72) | def update(self, view): function plugin_unload (line 95) | def plugin_unload():