Dietmar Schwertberger
Dietmar Schwertberger
### Bug description: In my wxPython code I see an assertion when calling `wxNotebook::SetSelection` / `UpdateSelection` while a ProgressDialog is active: `..\..\src\msw\window.cpp(595): 'SetFocus' failed with error 0x00000057 (Falscher Parameter.).` ###...
This fixes issue #24246 by skipping EVT_KEY_UP when only the ALT key is pressed. If you accept the modification, please also port back to 3.2 such that it finds it's...
This PR improves accessibility support on Windows, once `ext/wxwidgets` is updated to a version after January 11. ( after commit https://github.com/wxWidgets/wxWidgets/commit/bd899c667129a13e265335638a9ddd81e3f8b75e "Add missing documentation of wxWindow accessibility functions" ) This...
This does add basic support only. `GetName` is returning row/col information and `GetValue` is returning the string value of a cell. Maybe the other way round would be better. The...
This is a first version to add a feature that has been on my wish list for years. This first version only allows dragging the edges of the corner label....
When working with `EVT_GRID_ROW_MOVE` I noticed two problems: When I did PR #22260, in `wxGrid::DoEndMoveRow(int pos)` I made a mistake with the arguments to `SendEvent(wxEVT_GRID_ROW_MOVE, -1, m_dragMoveRow)`. Therefore, in an...
Fixes issue #24303.
@AliKet : thanks for implementing PR https://github.com/wxWidgets/wxWidgets/pull/24561 Sorry for being late. I just built wx these days week as I'm working on making row/col drag-move compatible with row/col selection. (At...