]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dialog.h
little doc updates
[wxWidgets.git] / include / wx / gtk1 / dialog.h
index 002c3e1beddd9b8c4c1a63ae7505772e3e51001c..6edb8e1df6e1817523f11c712ab9b0c81afefaa1 100644 (file)
@@ -29,7 +29,7 @@ class wxDialog;
 // global data
 //-----------------------------------------------------------------------------
 
-extern const char *wxDialogNameStr;
+extern const wxChar *wxDialogNameStr;
 
 //-----------------------------------------------------------------------------
 // wxDialog
@@ -40,7 +40,7 @@ class wxDialog: public wxPanel
     DECLARE_DYNAMIC_CLASS(wxDialog)
 
 public:
-    wxDialog();
+    wxDialog() { Init(); }
     wxDialog( wxWindow *parent, wxWindowID id,
             const wxString &title,
             const wxPoint &pos = wxDefaultPosition,
@@ -97,6 +97,9 @@ public:
     wxIcon     m_icon;
 
 protected:
+    // common part of all ctors
+    void Init();
+
     virtual void DoSetSize(int x, int y,
                            int width, int height,
                            int sizeFlags = wxSIZE_AUTO);