robotools / vanilla

A Pythonic wrapper around Cocoa.
MIT License
78 stars 28 forks source link

[proposal] add ColorCell, EditStepper etc to vanilla #118

Closed gferreira closed 11 months ago

gferreira commented 4 years ago

RoboFont includes several custom UI items which could be useful in other apps.

can we move them to vanilla?

UI item example
ColorCell
EditStepper EditStepper
EditIntStepper EditIntStepper
SliderEditStepper SliderEditStepper
SliderEditIntStepper SliderEditIntStepper

thanks!

gferreira commented 4 years ago

see also #68

UI item example
ComboListCell ComboListCell
typesupply commented 11 months ago

Most of these have been added to ezui. I'll look into the ComboListCell for List2 on issue #68.