Type: Class
Refering articles:
- Moved HK_CHAR (25.01.06) — HK_CHAR (the character used to mark hotkey chars in menu and button labels) is no longer a class var of Schema but a constant in forms. Currently I always use HK_CHAR="&", historically this comes from wxWindows who automagically recognizes this. This is no definitive solution because it doesn't allow API users to specify another value for it.
- Merged Schema and AdamoApplication (22.05.05) — Wow, again a major internal design change! But things become clearer: a Schema is now a subclass of Application! (All this because I want to write test cases for applications, also without using testkit.) more