> So another way could be to not use properties for internal settings but add > another set of internal properties for those. These could be set the same > way but stored in a different hash table and not get mixed with > introspectable and user changable properties. But maybe that would be too > much refactoring.
Yes, it may require adding interfaces similar to object_property_add/get/ set, which would need significant changes. Thanks, Zhao
