enthought / pyface

pyface: traits-capable windowing framework
Other
104 stars 55 forks source link

Expose more ui traits in Pyface API #1229

Closed corranwebster closed 1 year ago

corranwebster commented 1 year ago

This adds a few trait types from pyface.ui_traits which were not in the public API. It also makes the Font and Color classes visible, for consistency.

Fixes #1071