Defines |
#define | WM_NOTIFYICON (WM_USER + 1) |
Enumerations |
enum | {
NO_SHOW_PROMPT,
SHOW_PROMPT
} |
| index of the selected font size. More...
|
Functions |
int WINAPI | WinMain (HINSTANCE hInst, HINSTANCE hInstPrev, LPSTR lpstrCmdLine, int cmdShow) |
LRESULT CALLBACK | KeyboardWndProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) |
| KeyboardWndProc.
|
BOOL WINAPI | About (HWND hDlg, unsigned message, WORD wParam, LONG lParam) |
| Dialog procedure for about box.
|
BOOL WINAPI | Info (HWND hDlg, unsigned message, WORD wParam, LONG lParam) |
| Dialog procedure for info box.
|
BOOL WINAPI | Font (HWND hDlg, unsigned message, WORD wParam, LONG lParam) |
| Dialog procedure for font box.
|
BOOL WINAPI | FontName (HWND hDlg, unsigned message, WORD wParam, LONG lParam) |
| Dialog procedure for fontname box.
|
string | regKeyFont ("Software\\UniGeez\\Font") |
Variables |
const int | ID_ON = 1 |
const int | ID_OFF = 2 |
bool | infoState = false |
bool | overRideInfoState = false |
HWND | hwndMain = NULL |
| instance handle for UniGeez Transliterator.
|
HICON | hIcon = NULL |
| needed in callback -- main handle.
|
bool | fontSizeState = false |
| global to track the font size state within the main window.
|
bool | previousFontState = false |
| global to track the font size state when the main window losses focus.
|
HMENU | hMenu |
bool | State = false |
| handle to the menu.
|
int | indexFS = 4 |
| current hook state.
|
HWND | hProc = NULL |