Difference between revisions of "UCMenu"

From EDM2
Jump to: navigation, search
(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...")
 
m (Author)
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
==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.
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.
+
This package contains the complete UCMenu custom PM control including all source code. It also includes several working sample programs that demonstrate the appearance and operation of the toolbar. Also included is a programmers toolkit reference in OS/2 VIEW format.
 
+
==Download==
+
* [https://github.com/OS2World/LIB-C-UCMENUS Source code at Github - 2.12]
+
  
 
==License==
 
==License==
 
* BSD Alike - AS IS
 
* BSD Alike - AS IS
  
==Author==
+
==Authors==
* IBM  
+
* Gennaro Cuomo
 +
* Jürg von Känel
 +
* Alex Bertrand (IBM T.J. Watson Research Center)
 +
* Guillaume Le Stum
 +
* John Ponzo
 +
* Alan Warren
 +
* Mark McMillan (IBM Research Triangle Park)
  
 
==Links==
 
==Links==
 +
* [https://github.com/OS2World/LIB-C-UCMENUS Source code at Github - 2.12]
  
[[Category:Software]]
+
[[Category:Open Source Software]]

Revision as of 23:05, 24 June 2020

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 appearance and operation of the toolbar. Also included is a programmers toolkit reference in OS/2 VIEW format.

License

  • BSD Alike - AS IS

Authors

  • Gennaro Cuomo
  • Jürg von Känel
  • Alex Bertrand (IBM T.J. Watson Research Center)
  • Guillaume Le Stum
  • John Ponzo
  • Alan Warren
  • Mark McMillan (IBM Research Triangle Park)

Links