Bill Su

Results 9 issues of Bill Su

### Description #### Bug description: The `wxTipWindow` is not fully respecting its bounding rectangle. #### Expected vs observed behaviour: The `wxTipWindow` constructor has a (optional) `rectBounds` argument. Expected: If the...

I want to create a (subclass of) `wxVListBox` using XRC. I initially thought that I could treat `wxVListBox` as a subclass of `wxPanel`, but then I discovered that `wxVListBox` has...

feature

#### Bug description: When `wxWindow::PopupMenu(menu)` is called, `menu` is not updated by `wxEVT_UPDATE_UI`. #### Expected vs observed behaviour: I expect that `wxWindow::PopupMenu(menu)` will update `menu` according to the usual `wxEVT_UPDATE_UI`...

Note that the diffs here are better viewed with --ignore-space-change. I have added use of the new `wxUpdateUIEvent::Set3StateValue()` to the toolbar, ribbon, and aui samples. I'm not convinced all three...

Using wxWindow::SetClientSize() is more platform-independent than wxWindow::SetSize(). Provide that same functionality for wxAuiPaneInfo.

This is an initial attempt at configuring `wxScrolled`'s autoscroll region. The default configuration emulates the existing behavior, but can be overridden to change the autoscroll region. In particular, my personal...