More PPx question.
What's the proper way of changing the behavior of standard views? Say I
want TabView to switch panel when clicked. I can certainly add event
handler to my window or do***ent class to do that. But I'd prefer to add
the function to the class itself without touching supplied PPx source
files. Back in PowerPlant, I can subclass a control class and change the
class id in Constructor and my class will take over. How do I do the
same with PPx?