KeyWorksRW / wxUiEditor

RAD tool used to create and maintain wxWidgets UI elements.
Apache License 2.0
62 stars 5 forks source link

Propgrid events #1474

Closed Randalphwa closed 1 month ago

Randalphwa commented 1 month ago

This PR adds the missing events to wxPropertyGrid and wxPropertyGridManager. It is related to issue #1461.

It appears that wxPython doesn't support at least some of these events, and I'm temporarily unable to run wxRuby3 at all -- so the issue needs to remain unresolved for now. I did verify that the new events are being correctly passed in C++.