| | [ Return to Bugs & Features | Roadmap 2.0 | Post Text | Post File | SVN ⇄ GIT ]
STR #1722
| Application: | FLTK Library |
| Status: | 5 - New |
| Priority: | 3 - Moderate, e.g. unable to compile the software |
| Scope: | 3 - Applies to all machines and operating systems |
| Subsystem: | Unassigned |
| Summary: | Simplify Browser interface and split MultiBrowser from Browser |
| Version: | 2.0-feature |
| Created By: | gga |
| Assigned To: | Unassigned |
| Fix Version: | Unassigned |
| Update Notification: | |
Trouble Report Files:
[ Post File ]No files
Trouble Report Comments:
[ Post Text ]
| |
| Currently, the fltk::Browser interface is a mess.
PLEASE split it up into fltk::Browser and fltk::MultiBrowser.
There's a bunch of functions that do the same thing. There's a bunch of functions that do not belong on Browser as they operate only on MultiBrowsers.
fltk::Browser is missing an easy way to find a Widget's index by pointer. There's Widget* find(char*), but there's the need for int find_index(Widget*) or int* find_indices(Widget*) for multi browsers. | |
[ Return to Bugs & Features | Post Text | Post File ]
|
| |