Fixed problem with mouse events getting sent to wrong

children when these were scrolled.
  wxCheckBox and wxRadioButton now have cursors and
    will do other things more sanely.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-10-20 20:38:47 +00:00
parent a6aa9b1ee8
commit 2f073eb2e0
12 changed files with 234 additions and 84 deletions

View File

@@ -126,7 +126,7 @@ CheckListBoxFrame::CheckListBoxFrame(wxFrame *frame,
SetMenuBar(menu_bar);
// make a panel with some controls
wxPanel *panel = new wxScrolledWindow(this, -1, wxPoint(0, 0),
wxPanel *panel = new wxPanel(this, -1, wxPoint(0, 0),
wxSize(400, 200), wxTAB_TRAVERSAL);
// check list box