diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-10-19 11:20:12 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-10-19 11:20:12 +0200 |
commit | c4f69d2af7d995eb0dd4592c18dc2f6b930bd193 (patch) | |
tree | 05118efa264bb2623719cfa1d579ca1ed1cf1980 /plugingui/nativewindow_win32.h | |
parent | ae63d465c7252602500c4de5aa2d2a99df852bfb (diff) |
Make window fixed size.
Diffstat (limited to 'plugingui/nativewindow_win32.h')
-rw-r--r-- | plugingui/nativewindow_win32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/nativewindow_win32.h b/plugingui/nativewindow_win32.h index d8ba7b3..6afc7b1 100644 --- a/plugingui/nativewindow_win32.h +++ b/plugingui/nativewindow_win32.h @@ -44,6 +44,7 @@ public: NativeWindowWin32(GUI::Window *window); ~NativeWindowWin32(); + void setFixedSize(int width, int height); void resize(int width, int height); void move(int x, int y); void show(); |