Changes between Initial Version and Version 2 of Ticket #1142
- Timestamp:
- Mar 9, 2010, 4:26:10 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1142
- Property Milestone R1 → Unscheduled
- Property Owner removed
- Property Priority normal → low
- Property Summary BToolbar class → BToolbar API
- Property Version R1/pre-alpha1 → R1/Development
-
Ticket #1142 – Description
initial v2 1 1 A standard public toolbar class is missing. Is needed to keep a consistent look throughout the system. 2 2 Should it be possible to add any BControl-derived class to it? 3 4 This mailing list thread: [http://www.freelists.org/post/haiku/GSoC-2010-idea-BToolbar-API BToolBar API], has some pertinent information in replies. 5 6 Here are a few features that I quickly came up with, the actual feature set is a topic for further discussion and also depends on the eventual project proposal: 7 8 * horizontal/vertical positioning 9 * tear-away toolbars 10 * multi-tools that unfold (with a right-click?) 11 * arbitrarily resizable symbols (vector) 12 * show/hide labels 13 * configuring via drag&drop 14 * ...