GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
WindowMessages.h
Go to the documentation of this file.
1#pragma once
2
3namespace gui_framework
4{
5 namespace custom_window_messages
6 {
8 inline constexpr uint32_t initTopLevelWindowPointer = 52430;
9
12
16 inline constexpr uint32_t runOnUIThreadFunctions = deinitTopLevelWindowPointer + 1;
17
21 inline constexpr uint32_t startTrayId = runOnUIThreadFunctions + 1;
22 }
23}
constexpr uint32_t runOnUIThreadFunctions
WRAPAM contains std::function<void()>*.
constexpr uint32_t startTrayId
Used by GUIFramework and BaseMainWindow internally.
constexpr uint32_t initTopLevelWindowPointer
WPARAM contains BaseComposite*.
constexpr uint32_t deinitTopLevelWindowPointer
Set to nullptr topLevelWindow for recreating window with same window class name.