Displaying 1 result from an estimated 1 matches for "wxmessagebox".
Did you mean:
fxmessagebox
2007 Jul 18
0
[1118] trunk/wxruby2/swig: Move Wx::message_box function from wx.i to Functions.i, where it belongs
...a class
</span><span class="cx">
</span><span class="lines">@@ -122,6 +127,8 @@
</span><span class="cx"> }
</span><span class="cx">
</span><span class="cx">
</span><ins>+int wxMessageBox(const wxString& message, const wxString& caption = wxT("Message"), int style = wxOK, wxWindow *parent = NULL, int x = -1, int y = -1);
+
</ins><span class="cx"> size_t wxGetMultipleChoices(wxArrayInt& selections,const wxString& message,const wxString&...