thomthom / SKUI

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

Should Listbox be Combobox and Listbox? #12

Closed thomthom closed 11 years ago

thomthom commented 11 years ago

Does it make more sense to separate these as two separate controls?

In Visual Studio etc they usually are two different components.

thomthom commented 11 years ago

Leaving it as one control would simplify the code as in HTML they are the same element.