PropertyGrid successfully implemented.
This commit is contained in:
12
PropertyWindow.h
Normal file
12
PropertyWindow.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
class PropertyWindow {
|
||||
public:
|
||||
PropertyWindow(int x, int y, int sx, int sy, HMODULE hThisInstance);
|
||||
bool onCreate(int x, int y, int sx, int sy, HMODULE hThisInstance);
|
||||
void onResize();
|
||||
private:
|
||||
HWND _propGrid;
|
||||
HWND _hwndProp;
|
||||
void _redraw(HWND hwnd);
|
||||
};
|
||||
Reference in New Issue
Block a user