KeyWorksRW / wxUiEditor

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

Add missing wxPropertyGridManager events #1461

Open rossanoparis opened 2 months ago

rossanoparis commented 2 months ago

With the current version of wxUI only two events are available for wxPropertyGridManager widget image

Could it be possible to add even the others?

KeyWorksRW commented 2 months ago

https://docs.wxwidgets.org/3.2.0/classwx_property_grid_event.html lists the events and descriptions as a starting point. I don't think there are any new ones for wxWidgets 3.3, but that should be checked.

Randalphwa commented 1 month ago

C++ events added for both wxPropertyGrid and wxPropertyGridManager. wxPython doesn't support some of these events, so that will need additional work. wxRuby3 needs to wait until I can get a working version again.