wxTOPLEVEL_EX_DIALOG is a better name than wxTLW_EX_DIALOG
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -31,7 +31,7 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxFrameNameStr;
|
||||
class WXDLLEXPORT wxTopLevelWindowBase;
|
||||
|
||||
// Dialogs are created in a special way
|
||||
#define wxTLW_EX_DIALOG 0x00000008
|
||||
#define wxTOPLEVEL_EX_DIALOG 0x00000008
|
||||
|
||||
// Styles for ShowFullScreen
|
||||
// (note that wxTopLevelWindow only handles wxFULLSCREEN_NOBORDER and
|
||||
|
Reference in New Issue
Block a user