Ticket #116 (closed defect: fixed)
Entry point for registering widgets
| Reported by: | kevin | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9a1 |
| Component: | TG Widgets | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Need to define a setuptools entry point for registering modules of widgets. This will allow the Toolbox to display all widgets in the system.
Change History
comment:5 Changed 6 years ago by kevin
- Milestone changed from 0.9 to 0.9a1
This entry point is very simple. It's just a module or set of modules that need importing. WidgetDescriptions? are automatically registered as soon as they're created, so just importing the module is enough.
Note: See
TracTickets for help on using
tickets.
Some open issues I can think of:
Widgets should also have all the metadata needed to describe them; documentation, available options, etc. That makes browsing useful.