DECwindows Motif for OpenVMS Guide to Non-C Bindings


Previous Contents Index

Part III
OSF/Motif Toolkit

Part III documents OSF/Motif routines and data structures and includes the following chapters:


Chapter 6
OSF/Motif Toolkit Routines

This chapter documents OSF/Motif Toolkit routines. See Section 1.2 for information about the format used to describe each routine.


MrmCloseHierarchy


FORMAT

result MrmCloseHierarchy

(hierarchy_id)

Argument Information
Argument Type Access Mechanism
result Cardinal write value
hierarchy_id MrmHierarchy read value

MrmFetchBitmapLiteral


FORMAT

result MrmFetchBitmapLiteral

(hierarchy_id, index, screen, display, pixmap, width, height)

Argument Information
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

MrmFetchColorLiteral


FORMAT

result MrmFetchColorLiteral

(hierarchy_id, index, display, colormap_id, pixel)

Argument Information
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

MrmFetchIconLiteral


FORMAT

result MrmFetchIconLiteral

(hierarchy_id, index, screen, display, fgpix, bgpix, pixmap)

Argument Information
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

MrmFetchInterfaceModule


FORMAT

result MrmFetchInterfaceModule

(hierarchy_id, module_name, parent, w_return)

Argument Information
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

MrmFetchLiteral


FORMAT

result MrmFetchLiteral

(hierarchy_id, index, display, value, type)

Argument Information
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

MrmFetchSetValues


FORMAT

result MrmFetchSetValues

(hierarchy_id, widget, args, num_args)

Argument Information
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

MrmFetchWidget


FORMAT

result MrmFetchWidget

(hierarchy_id, index, parent_widget, widget, class)

Argument Information
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

MrmFetchWidgetOverride


FORMAT

result MrmFetchWidgetOverride

(hierarchy_id, index, parent_widget, override_name, override_args, override_num_args, widget, class)

Argument Information
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


FORMAT

MrmInitialize


MrmOpenHierarchy


FORMAT

result MrmOpenHierarchy

(num_files, file_names_list, ancillary_structures_list, hierarchy_id_return)

Argument Information
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

MrmOpenHierarchyPerDisplay


FORMAT

result MrmOpenHierarchyPerDisplay

(display, num_files, file_names_list, ancillary_structures_list, hierarchy_id_return)

Argument Information
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

MrmRegisterClass


FORMAT

result MrmRegisterClass

(class_code, class_name, create_name, create_proc, class_record)

Argument Information
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

MrmRegisterNames


FORMAT

result MrmRegisterNames

(register_list, register_count)

Argument Information
Argument Type Access Mechanism
result Cardinal write value
register_list MrmRegisterArg (array) read reference
register_count MrmCount read value

MrmRegisterNamesInHierarchy


FORMAT

MrmRegisterNamesInHierarchy

(hierarchy_id, register_list, register_count)

Argument Information
Argument Type Access Mechanism
hierarchy_id MrmHierarchy read value
register_list MrmRegisterArg (array) read reference
register_count MrmCount read value

XmActivateProtocol


FORMAT

XmActivateProtocol

(shell, property, protocol)

Argument Information
Argument Type Access Mechanism
shell Widget read value
property Atom read value
protocol Atom read value

XmAddProtocolCallback


FORMAT

XmAddProtocolCallback

(shell, property, protocol, callback, closure)

Argument Information
Argument Type Access Mechanism
shell Widget read value
property Atom read value
protocol Atom read value
callback XtCallbackProc read value
closure XtPointer read value

XmAddProtocols


FORMAT

XmAddProtocols

(shell, property, protocols, num_protocols)

Argument Information
Argument Type Access Mechanism
shell Widget read value
property Atom read value
protocols Atom read reference
num_protocols Cardinal read value

XmAddTabGroup


FORMAT

XmAddTabGroup

(tab_group)

Argument Information
Argument Type Access Mechanism
tab_group Widget read value

XmAddToPostFromList


FORMAT

XmAddToPostFromList

(menu_wid, widget)

Argument Information
Argument Type Access Mechanism
menu_wid Widget read value
widget Widget read value

XmCascadeButtonGadgetHighlight


FORMAT

XmCascadeButtonGadgetHighlight

(cascadeButtonGadget, highlight)

Argument Information
Argument Type Access Mechanism
cascadeButtonGadget Widget read value
highlight Boolean read value


Previous Next Contents Index