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:
10
idd/LGIddHelper/CStaticWidget.h
Normal file
10
idd/LGIddHelper/CStaticWidget.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "CWidget.h"
|
||||
|
||||
class CStaticWidget : public CWidget
|
||||
{
|
||||
public:
|
||||
CStaticWidget(LPCWSTR title, DWORD style, HWND parent);
|
||||
void setText(LPCWSTR text);
|
||||
};
|
Reference in New Issue
Block a user