UCMenu: Difference between revisions
Created page with "==Description== The User Customizable Menu (UCMenu) is a very powerful "toolbar" custom PM control. It allows the user to define the ordering of menu items and visual represe..." |
No edit summary |
||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
The User Customizable Menu (UCMenu) is a very powerful "toolbar" custom PM control. | The User Customizable Menu (UCMenu) is a very powerful "toolbar" custom PM control. It allows the user to define the ordering of menu items and visual representation (artwork and text) of menu items. Most customization functions are encapsulated inside the control itself, greatly reducing the application code needed to support a customizable toolbar. Extensive use is made of direct manipulation for a smooth integration with the OS/2 Workplace Shell. For example, to reorder items on the toolbar, the user can just drag/drop items into new positions. Dragging a toolbar item to the shredder will delete it. A context menu gives quick access to other customization functions. | ||
This package contains the complete UCMenu custom PM control including all source code. | This package contains the complete UCMenu custom PM control including all source code. It also includes several working sample programs that demonstrate the appearence and operation of the toolbar. Also included is a programmers toolkit reference in OS/2 VIEW format. | ||
==Download== | ==Download== | ||
Line 11: | Line 11: | ||
==Author== | ==Author== | ||
* IBM | * IBM | ||
[[Category:Open Source Software]] | |||
[[Category:Software]] |
Revision as of 19:19, 12 September 2016
Description
The User Customizable Menu (UCMenu) is a very powerful "toolbar" custom PM control. It allows the user to define the ordering of menu items and visual representation (artwork and text) of menu items. Most customization functions are encapsulated inside the control itself, greatly reducing the application code needed to support a customizable toolbar. Extensive use is made of direct manipulation for a smooth integration with the OS/2 Workplace Shell. For example, to reorder items on the toolbar, the user can just drag/drop items into new positions. Dragging a toolbar item to the shredder will delete it. A context menu gives quick access to other customization functions.
This package contains the complete UCMenu custom PM control including all source code. It also includes several working sample programs that demonstrate the appearence and operation of the toolbar. Also included is a programmers toolkit reference in OS/2 VIEW format.
Download
License
- BSD Alike - AS IS
Author
- IBM