mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-01-19 02:02:29 +00:00
[idd] helper: add basic group box around mode config
This commit is contained in:
9
idd/LGIddHelper/CGroupBox.h
Normal file
9
idd/LGIddHelper/CGroupBox.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "CWidget.h"
|
||||
|
||||
class CGroupBox : public CWidget
|
||||
{
|
||||
public:
|
||||
CGroupBox(LPCWSTR title, DWORD style, HWND parent);
|
||||
};
|
||||
Reference in New Issue
Block a user