Feature: Help and manuals access window

This commit is contained in:
Niels Martin Hansen
2023-06-18 17:10:08 +02:00
committed by Patric Stout
parent 2cff43251e
commit 41de0d46f3
16 changed files with 839 additions and 38 deletions

View File

@@ -703,6 +703,12 @@ enum WindowClass {
*/
WC_SCREENSHOT,
/*
* Help and manuals window; %Window numbers:
* - 0 = #HelpWindowWidgets
*/
WC_HELPWIN,
WC_INVALID = 0xFFFF, ///< Invalid window.
};