Add Layout Support for Pyface
Open
- Dominant language
- Python
- Stars
- 115
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
Currently all usage of layouts in Pyface is ad-hoc toolkit-based usage for a handful of widgets (eg. some of the panel widgets). It would be desirable to introduce the concept of generic layout management to Pyface:
- to allow standardization of composition into larger UIs
- to allow creation of standard widgets that are composed of other lower-level widgets without needing platform-specific code
- to potentially create a framework that TraitsUI can use for building things
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.