]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/msgdlg.h
Allow wxPGMultiButton to work even if primary editor control was not created in wxPGE...
[wxWidgets.git] / include / wx / gtk / msgdlg.h
index 955a2bfdec4cc02257affb38053b61c8e019afd0..785a0b18e2ac57da4937839bd32a7675660d21e1 100644 (file)
@@ -31,6 +31,8 @@ protected:
                            int WXUNUSED(sizeFlags) = wxSIZE_AUTO) {}
     virtual void DoMoveWindow(int WXUNUSED(x), int WXUNUSED(y),
                               int WXUNUSED(width), int WXUNUSED(height)) {}
+    // override to convert wx mnemonics to GTK+ ones and handle stock ids
+    virtual void DoSetCustomLabel(wxString& var, const ButtonLabel& label);
 
 private:
     // override to use stock GTK+ defaults instead of just string ones
@@ -39,9 +41,6 @@ private:
     virtual wxString GetDefaultOKLabel() const;
     virtual wxString GetDefaultCancelLabel() const;
 
-    // override to convert wx mnemonics to GTK+ ones
-    virtual void DoSetCustomLabel(wxString& var, const wxString& value);
-
     // create the real GTK+ dialog: this is done from ShowModal() to allow
     // changing the message between constructing the dialog and showing it
     void GTKCreateMsgDialog();