1) added wxFrame support to wxrcedit
2) fixes to wxrcedit so that generated files are compatible with new XRC (both in patch #648659) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
8
contrib/utils/wxrcedit/df/wxFrame.df
Normal file
8
contrib/utils/wxrcedit/df/wxFrame.df
Normal file
@@ -0,0 +1,8 @@
|
||||
node wxFrame
|
||||
type panel
|
||||
icon 1
|
||||
var title of text
|
||||
var style of flags wxSTAY_ON_TOP,wxCAPTION,wxDEFAULT_FRAME_STYLE,wxSYSTEM_MENU,wxRESIZE_BORDER,wxICONIZE,wxMINIMIZE,wxMINIMIZE_BOX,wxMAXIMIZE,wxMAXIMIZE_BOX,wxSIMPLE_BORDER,wxFRAME_TOOL_WINDOW,wxFRAME_NO_TASKBAR,wxFRAME_FLOAT_ON_PARENT
|
||||
var exstyle of flags wxFRAME_EX_CONTEXTHELP
|
||||
var centered of bool
|
||||
derived from panelbase
|
Reference in New Issue
Block a user