]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/scroll/scroll.cpp
Added the forgotten file txtstrm.tex
[wxWidgets.git] / samples / scroll / scroll.cpp
index cb167d00ed3773df43b9ca61fdbdb7dc9b6b625f..8107e5e22ce8afbcdf3c6fbad13756700289163f 100644 (file)
@@ -99,6 +99,8 @@ MyCanvas::MyCanvas( wxWindow *parent, wxWindowID id,
   
   (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),
        wxLC_REPORT | wxSUNKEN_BORDER | wxLC_SINGLE_SEL );