The Row column resource panel is used to set resources for the RowColumn widget and widgets derived from RowColumn, namely: Menu Bar, Menu, Radio Box and Option Menu widgets.
The resource panel is laid out in logical pages due to the large number of possible resources which can be set. At the top of the panel is an option menu for selecting between the various pages.
The Display page contains various border width resources and two widget-valued resources: the Help Widget resource is applicable for MenuBar widgets and the Last selected resource is applicable to Option Menu widgets. Consult your OSF/Motif Programming Reference for more details.
The Keyboard page allows you to set Accelerators and Mnemonics for a widget. Again, these fields are not applicable in all contexts: you can set accelerators for MenuBars and Mnemonics for Option Menus, for example.
The Settings page contains various boolean and scalar valued resources: the Orientation resource for example allows you to specify whether your rowcolumn widget lays out any children in a vertical or horizontal manner.
The Callbacks page provides the means of associating user interface events with procedures in your application. Press on the relevant callback resource button and the Callbacks panel will be displayed.
NOTES
If you cannot find the resource you want to set in this resource panel, it may be found within the Core Resources Panel (selected from the Widget menu at the top of WorkShop Visual).
See also: