| Previous | Contents | Index |
This chapter documents OSF/Motif Toolkit routines. See Section 1.2 for information about the format used to describe each routine.
result MrmCloseHierarchyArgument Information(hierarchy_id)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Cardinal | write | value |
| hierarchy_id | MrmHierarchy | read | value |
result MrmFetchBitmapLiteralArgument Information(hierarchy_id, index, screen, display, pixmap, width, height)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Cardinal | write | value |
| hierarchy_id | MrmHierarchy | read | value |
| index | XtString | read | reference |
| screen | Screen | read | reference |
| display | Display | read | value |
| pixmap | Pixmap | write | reference |
| width | Dimension | write | reference |
| height | Dimension | write | reference |
result MrmFetchColorLiteralArgument Information(hierarchy_id, index, display, colormap_id, pixel)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Cardinal | write | value |
| hierarchy_id | MrmHierarchy | read | value |
| index | XtString | read | reference |
| display | Display | read | value |
| colormap_id | Colormap | read | value |
| pixel | Pixel | write | reference |
result MrmFetchIconLiteralArgument Information(hierarchy_id, index, screen, display, fgpix, bgpix, pixmap)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Cardinal | write | value |
| hierarchy_id | MrmHierarchy | read | value |
| index | XtString | read | reference |
| screen | Screen | read | reference |
| display | Display | read | value |
| fgpix | Pixel | read | value |
| bgpix | Pixel | read | value |
| pixmap | Pixmap | write | reference |
result MrmFetchInterfaceModuleArgument Information(hierarchy_id, module_name, parent, w_return)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Cardinal | write | value |
| hierarchy_id | MrmHierarchy | read | value |
| module_name | XtString | read | reference |
| parent | Widget | read | value |
| w_return | Widget | write | reference |
result MrmFetchLiteralArgument Information(hierarchy_id, index, display, value, type)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Cardinal | write | value |
| hierarchy_id | MrmHierarchy | read | value |
| index | XtString | read | reference |
| display | Display | read | value |
| value | XtPointer | write | reference |
| type | MrmCode | write | reference |
result MrmFetchSetValuesArgument Information(hierarchy_id, widget, args, num_args)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Cardinal | write | value |
| hierarchy_id | MrmHierarchy | read | value |
| widget | Widget | read | value |
| args | Arg (array) | read | reference |
| num_args | Cardinal | read | value |
result MrmFetchWidgetArgument Information(hierarchy_id, index, parent_widget, widget, class)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Cardinal | write | value |
| hierarchy_id | MrmHierarchy | read | value |
| index | XtString | read | reference |
| parent_widget | Widget | read | value |
| widget | Widget | write | reference |
| class | MrmType | write | reference |
result MrmFetchWidgetOverrideArgument Information(hierarchy_id, index, parent_widget, override_name, override_args, override_num_args, widget, class)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Cardinal | write | value |
| hierarchy_id | MrmHierarchy | read | value |
| index | XtString | read | reference |
| parent_widget | Widget | read | value |
| override_name | XtString | read | reference |
| override_args | Arg (array) | read | reference |
| override_num_args | Cardinal | read | value |
| widget | Widget | write | reference |
| class | MrmType | write | reference |
MrmInitialize
result MrmOpenHierarchyArgument Information(num_files, file_names_list, ancillary_structures_list, hierarchy_id_return)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Cardinal | write | value |
| num_files | MrmCount | read | value |
| file_names_list | XtString (array) | read | reference |
| ancillary_structures_list | XtString (array) | read | reference |
| hierarchy_id_return | MrmHierarchy | write | reference |
result MrmOpenHierarchyPerDisplayArgument Information(display, num_files, file_names_list, ancillary_structures_list, hierarchy_id_return)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Cardinal | write | value |
| display | Display | read | value |
| num_files | MrmCount | read | value |
| file_names_list | XtString (array) | read | reference |
| ancillary_structures_list | XtString (array) | read | reference |
| hierarchy_id_return | MrmHierarchy | write | reference |
result MrmRegisterClassArgument Information(class_code, class_name, create_name, create_proc, class_record)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Cardinal | write | value |
| class_code | MrmType | read | value |
| class_name | XtString | read | reference |
| create_name | XtString | read | reference |
| create_proc | WidgetProc | read | value |
| class_record | WidgetClass | read | value |
result MrmRegisterNamesArgument Information(register_list, register_count)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Cardinal | write | value |
| register_list | MrmRegisterArg (array) | read | reference |
| register_count | MrmCount | read | value |
MrmRegisterNamesInHierarchyArgument Information(hierarchy_id, register_list, register_count)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| hierarchy_id | MrmHierarchy | read | value |
| register_list | MrmRegisterArg (array) | read | reference |
| register_count | MrmCount | read | value |
XmActivateProtocolArgument Information(shell, property, protocol)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| shell | Widget | read | value |
| property | Atom | read | value |
| protocol | Atom | read | value |
XmAddProtocolCallbackArgument Information(shell, property, protocol, callback, closure)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| shell | Widget | read | value |
| property | Atom | read | value |
| protocol | Atom | read | value |
| callback | XtCallbackProc | read | value |
| closure | XtPointer | read | value |
XmAddProtocolsArgument Information(shell, property, protocols, num_protocols)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| shell | Widget | read | value |
| property | Atom | read | value |
| protocols | Atom | read | reference |
| num_protocols | Cardinal | read | value |
XmAddTabGroupArgument Information(tab_group)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| tab_group | Widget | read | value |
XmAddToPostFromListArgument Information(menu_wid, widget)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| menu_wid | Widget | read | value |
| widget | Widget | read | value |
XmCascadeButtonGadgetHighlightArgument Information(cascadeButtonGadget, highlight)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| cascadeButtonGadget | Widget | read | value |
| highlight | Boolean | read | value |
| Previous | Next | Contents | Index |