#include <omgui/win32/win.h>
Public Member Functions | |
| CreationHook (Widget *w) | |
| ~CreationHook () | |
Static Public Member Functions | |
| static LRESULT CALLBACK | hook_proc (int code, WPARAM w_param, LPARAM l_param) |
| omgui::win32::CreationHook::CreationHook | ( | Widget * | w | ) |
Installs the hook.
| w | The widget to be associated with the next HWND that is created |
| omgui::win32::CreationHook::~CreationHook | ( | ) |
| LRESULT CALLBACK omgui::win32::CreationHook::hook_proc | ( | int | code, | |
| WPARAM | w_param, | |||
| LPARAM | l_param | |||
| ) | [static] |