|
GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
|
Go to the source code of this file.
Namespaces | |
| namespace | gui_framework |
| namespace | gui_framework::custom_window_messages |
Variables | |
| constexpr uint32_t | gui_framework::custom_window_messages::initTopLevelWindowPointer = 52430 |
| WPARAM contains BaseComposite*. | |
| constexpr uint32_t | gui_framework::custom_window_messages::deinitTopLevelWindowPointer = initTopLevelWindowPointer + 1 |
| Set to nullptr topLevelWindow for recreating window with same window class name. | |
| constexpr uint32_t | gui_framework::custom_window_messages::runOnUIThreadFunctions = deinitTopLevelWindowPointer + 1 |
| WRAPAM contains std::function<void()>*. | |
| constexpr uint32_t | gui_framework::custom_window_messages::startTrayId = runOnUIThreadFunctions + 1 |
| Used by GUIFramework and BaseMainWindow internally. | |