]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/scroll/scroll.cpp
Corrected check for new mingw32 with new headers
[wxWidgets.git] / samples / scroll / scroll.cpp
index ab79be35eb74e8ed3cae9ac2868aede44eca19b2..8107e5e22ce8afbcdf3c6fbad13756700289163f 100644 (file)
@@ -97,7 +97,9 @@ MyCanvas::MyCanvas( wxWindow *parent, wxWindowID id,
   
   (void) new wxComboBox( this, -1, "This", wxPoint(10,130), wxDefaultSize, 5, choices );
   
-  (void) new wxRadioBox( this, -1, "This", wxPoint(10,200), wxDefaultSize, 5, choices );
+  (void) new wxRadioBox( this, -1, "This", wxPoint(10,200), wxDefaultSize, 5, choices, 2, wxRA_SPECIFY_COLS );
+
+  (void) new wxRadioBox( this, -1, "This", wxPoint(10,300), wxDefaultSize, 5, choices, 2, wxRA_SPECIFY_ROWS );
 
   wxListCtrl *m_listCtrl = new wxListCtrl(
        this, -1, wxPoint(200, 10), wxSize(180, 120),