diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-07-09 07:06:19 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-07-15 17:00:21 +0200 |
commit | 0219dbd02615498f4a931e33ef2337e0bbf9b526 (patch) | |
tree | b80e489614dcec83b8600534b5701b742d524ee4 /xW/xW-resources.h | |
parent | 1da4699a7afb0085c498196bf41fef6b69168a6f (diff) | |
download | xK-0219dbd02615498f4a931e33ef2337e0bbf9b526.tar.gz xK-0219dbd02615498f4a931e33ef2337e0bbf9b526.tar.xz xK-0219dbd02615498f4a931e33ef2337e0bbf9b526.zip |
Add a Win32 frontend for xC
This has been more of an exercise. The performance of Msftedit.dll
is rather abysmal, and its interface isn't the most accomodating.
That said, the frontend is quite usable, at least on Windows 10+.
Diffstat (limited to 'xW/xW-resources.h')
-rw-r--r-- | xW/xW-resources.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/xW/xW-resources.h b/xW/xW-resources.h new file mode 100644 index 0000000..caa37ad --- /dev/null +++ b/xW/xW-resources.h @@ -0,0 +1,12 @@ +#define IDI_ICON 1 +#define IDI_HIGHLIGHTED 2 +#define IDA_ACCELERATORS 10 + +// Named after input_add_functions() in xC. +#define ID_PREVIOUS_BUFFER 11 +#define ID_NEXT_BUFFER 12 +#define ID_SWITCH_BUFFER 13 +#define ID_GOTO_HIGHLIGHT 14 +#define ID_GOTO_ACTIVITY 15 +#define ID_TOGGLE_UNIMPORTANT 16 +#define ID_DISPLAY_FULL_LOG 17 |