thomthom / SKUI

Ruby wrapper of classes that maps to GUI controls in SketchUp's UI::WebDialogs
MIT License
26 stars 14 forks source link

Allow controls to be sub-classed #81

Open thomthom opened 10 years ago

thomthom commented 10 years ago

It'd be useful to be able to sub-class a control without having to add JS code for it. This would mean send the whole ancestor chain to JS so it can pick the appropriate JS class.