]> git.saurik.com Git - wxWidgets.git/blob - contrib/utils/wxrcedit/df/wxFrame.df
implemented IsModified() and DiscardEdits()
[wxWidgets.git] / contrib / utils / wxrcedit / df / wxFrame.df
1 node wxFrame
2 type panel
3 icon 1
4 var title of text
5 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
6 var exstyle of flags wxFRAME_EX_CONTEXTHELP
7 var centered of bool
8 derived from panelbase