search for: _wxmultichoicedialog_h_

Displaying 1 result from an estimated 1 matches for "_wxmultichoicedialog_h_".

2007 Jan 08
0
[845] trunk/wxruby2/swig/classes: Added MultiChoiceDialog in class form
...&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-01-08 23:03:09 UTC (rev 845) </span><span class="lines">@@ -0,0 +1,49 @@ </span><ins>+// Copyright 2004-2007 by Kevin Smith +// released under the MIT-style wxruby2 license + +#if !defined(_wxMultiChoiceDialog_h_) +#define _wxMultiChoiceDialog_h_ + +#define wxCHOICEDLG_STYLE \ + (wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxOK | wxCANCEL | wxCENTRE) + +class wxMultiChoiceDialog : public wxDialog +{ +public: + wxMultiChoiceDialog(); + + wxMultiChoiceDialog(wxWindow *parent, +&nbsp&nbsp&nbsp&...