Added wxFRAME_DRAWER

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-09-25 23:31:31 +00:00
parent 92956ab232
commit c430d0dc64
3 changed files with 4 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ wxFRAME_FLOAT_ON_PARENT = wx._windows.FRAME_FLOAT_ON_PARENT
wxFRAME_NO_WINDOW_MENU = wx._windows.FRAME_NO_WINDOW_MENU
wxFRAME_NO_TASKBAR = wx._windows.FRAME_NO_TASKBAR
wxFRAME_SHAPED = wx._windows.FRAME_SHAPED
wxFRAME_DRAWER = wx._windows.FRAME_DRAWER
wxDIALOG_MODAL = wx._windows.DIALOG_MODAL
wxDIALOG_MODELESS = wx._windows.DIALOG_MODELESS
wxUSER_COLOURS = wx._windows.USER_COLOURS