wxUiEditor icon indicating copy to clipboard operation
wxUiEditor copied to clipboard

Add missing wxPropertyGridManager events

Open rossanoparis opened this issue 1 year ago • 2 comments

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

Could it be possible to add even the others?

rossanoparis avatar Apr 16 '24 12:04 rossanoparis

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.

KeyWorksRW avatar Apr 16 '24 13:04 KeyWorksRW

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.

Randalphwa avatar May 17 '24 22:05 Randalphwa

There was a bug in Ruby code generation that prevented verifying that propertygrid events were being correctly generated for wxRuby3. That has been fixed with the correct code checked into wxUiTesting.

Randalphwa avatar Nov 26 '24 01:11 Randalphwa