]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/choicdgg.h
Checking for wxUSE_SOCKETS and __GSOCKET_STANDALONE__ should be right, now
[wxWidgets.git] / include / wx / generic / choicdgg.h
index 4e240a0f9819473a4f8cdb2684c9b9d1edbc3a3a..017ec2a43b4c0ff010f9b9fd64d1f459f54a009f 100644 (file)
@@ -23,7 +23,7 @@
 #define wxCHOICE_HEIGHT 150
 #define wxCHOICE_WIDTH 200
 
-#define wxCHOICEDLG_STYLE (wxOK | wxCANCEL | wxCENTRE)
+#define wxCHOICEDLG_STYLE (wxDEFAULT_DIALOG_STYLE|wxOK | wxCANCEL | wxCENTRE)
 
 class WXDLLEXPORT wxSingleChoiceDialog: public wxDialog
 {
@@ -80,6 +80,7 @@ public:
 
 protected:
     int         m_selection;
+    int         m_dialogStyle;
     wxString    m_stringSelection;
     wxListBox  *m_listbox;