wxPropertyGrid and EVT_PG_CHANGED
Robert Roebling
robert at roebling.de
Tue Apr 8 03:00:36 PDT 2008
Terry Farnham wrote:
> I am using version 1.3.2 of wxPropertyGrid. Does anyone know
> how to propgramatically set a value of a wxPGProperty and have
> it generate the EVT_PG_CHANGED event? I also would like the
> property to indicate that it has been modified. I currently
> use SetPropertyValue(…), but it does not generate the event
I have no idea about the internals of wxPropertyGrid, but
it is common in wxWidgets that after changing something
programmatically, no events are sent. After all, you know
something was changed since you changed it yourself.
Robert
More information about the wx-users
mailing list