]> git.saurik.com Git - wxWidgets.git/commitdiff
Added test for wxRA_SPECIFY_COLS
authorRobert Roebling <robert@roebling.de>
Mon, 26 Jul 1999 17:16:08 +0000 (17:16 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 26 Jul 1999 17:16:08 +0000 (17:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/scroll/scroll.cpp

index ab79be35eb74e8ed3cae9ac2868aede44eca19b2..cb167d00ed3773df43b9ca61fdbdb7dc9b6b625f 100644 (file)
@@ -97,7 +97,7 @@ 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 );
 
   wxListCtrl *m_listCtrl = new wxListCtrl(
        this, -1, wxPoint(200, 10), wxSize(180, 120),