mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-12 02:18:12 +00:00
[idd] helper: add simple static widget implementation
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
#pragma once
|
||||
#include "CWindow.h"
|
||||
#include "CStaticWidget.h"
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
|
||||
class CConfigWindow : public CWindow
|
||||
{
|
||||
static ATOM s_atom;
|
||||
|
||||
std::unique_ptr<CStaticWidget> m_version;
|
||||
|
||||
std::function<void()> m_onDestroy;
|
||||
|
||||
virtual LRESULT handleMessage(UINT uMsg, WPARAM wParam, LPARAM lParam) override;
|
||||
|
Reference in New Issue
Block a user