HP OpenVMS Systems Documentation

Content starts here

DECwindows Motif for OpenVMS Guide to Non-C Bindings


Previous Contents Index


XmImRegister


FORMAT

XmImRegister

(w, reserved)

Argument Information
Argument Type Access Mechanism
w Widget read value
reserved LONGWORD read value

XmImSetFocusValues


FORMAT

XmImSetFocusValues

(w, args, num_args)

Argument Information
Argument Type Access Mechanism
w Widget read value
args Arg (array) read reference
num_args Cardinal read value

XmImSetValues


FORMAT

XmImSetValues

(w, args, num_args)

Argument Information
Argument Type Access Mechanism
w Widget read value
args Arg (array) read reference
num_args Cardinal read value

XmImUnregister


FORMAT

XmImUnregister

(w)

Argument Information
Argument Type Access Mechanism
w Widget read value

XmImUnsetFocus


FORMAT

XmImUnsetFocus

(w)

Argument Information
Argument Type Access Mechanism
w Widget read value

XmImVaSetFocusValues


FORMAT

XmImVaSetFocusValues

(w)

Argument Information
Argument Type Access Mechanism
w Widget read value

XmImVaSetValues


FORMAT

XmImVaSetValues

(w)

Argument Information
Argument Type Access Mechanism
w Widget read value

XmInstallImage


FORMAT

result XmInstallImage

(image, image_name)

Argument Information
Argument Type Access Mechanism
result Boolean write value
image XImage read reference
image_name CHARACTER read reference

XmInternAtom


FORMAT

result XmInternAtom

(display, name, only_if_exists)

Argument Information
Argument Type Access Mechanism
result LONGWORD UNSIGNED write value
display Display read value
name XtString read reference
only_if_exists Boolean read value

XmIsMotifWMRunning


FORMAT

result XmIsMotifWMRunning

(shell)

Argument Information
Argument Type Access Mechanism
result Boolean write value
shell Widget read value

XmIsTraversable


FORMAT

result XmIsTraversable

(wid)

Argument Information
Argument Type Access Mechanism
result Boolean write value
wid Widget read value

XmListAddItem


FORMAT

XmListAddItem

(widget, item, position)

Argument Information
Argument Type Access Mechanism
widget Widget read value
item XmString read value
position LONGWORD read value

XmListAddItems


FORMAT

XmListAddItems

(widget, items, item_count, pos)

Argument Information
Argument Type Access Mechanism
widget Widget read value
items XmString (array) read reference
item_count LONGWORD read value
pos LONGWORD read value

XmListAddItemsUnselected


FORMAT

XmListAddItemsUnselected

(widget, items, item_count, pos)

Argument Information
Argument Type Access Mechanism
widget Widget read value
items XmString (array) read reference
item_count LONGWORD read value
pos LONGWORD read value

XmListAddItemUnselected


FORMAT

XmListAddItemUnselected

(widget, item, pos)

Argument Information
Argument Type Access Mechanism
widget Widget read value
item XmString read value
pos LONGWORD read value

XmListDeleteAllItems


FORMAT

XmListDeleteAllItems

(widget)

Argument Information
Argument Type Access Mechanism
widget Widget read value

XmListDeleteItem


FORMAT

XmListDeleteItem

(widget, item)

Argument Information
Argument Type Access Mechanism
widget Widget read value
item XmString read value

XmListDeleteItems


FORMAT

XmListDeleteItems

(widget, items, item_count)

Argument Information
Argument Type Access Mechanism
widget Widget read value
items XmString (array) read reference
item_count LONGWORD read value

XmListDeleteItemsPos


FORMAT

XmListDeleteItemsPos

(widget, item_count, pos)

Argument Information
Argument Type Access Mechanism
widget Widget read value
item_count LONGWORD read value
pos LONGWORD read value

XmListDeletePos


FORMAT

XmListDeletePos

(widget, pos)

Argument Information
Argument Type Access Mechanism
widget Widget read value
pos LONGWORD read value

XmListDeletePositions


FORMAT

XmListDeletePositions

(w, position_list, position_count)

Argument Information
Argument Type Access Mechanism
w Widget read value
position_list LONGWORD write reference
position_count LONGWORD read value

XmListDeselectAllItems


FORMAT

XmListDeselectAllItems

(widget)

Argument Information
Argument Type Access Mechanism
widget Widget read value

XmListDeselectItem


FORMAT

XmListDeselectItem

(widget, item)

Argument Information
Argument Type Access Mechanism
widget Widget read value
item XmString read value

XmListDeselectPos


FORMAT

XmListDeselectPos

(widget, pos)

Argument Information
Argument Type Access Mechanism
widget Widget read value
pos LONGWORD read value

XmListIGetKbdtemPos


FORMAT

result XmListIGetKbdtemPos

(widget)

Argument Information
Argument Type Access Mechanism
result LONGWORD write value
widget Widget read value

XmListGetMatchPos


FORMAT

XmListGetMatchPos

(widget, item, position_list, position_count)

Argument Information
Argument Type Access Mechanism
widget Widget read value
item XmString read value
position_list ADDRESS (LONGWORD) write reference
position_count LONGWORD write reference

XmListGetSelectedPos


FORMAT

result XmListGetSelectedPos

(widget, pos_list, pos_count)

Argument Information
Argument Type Access Mechanism
result Boolean write value
widget Widget read value
pos_list ADDRESS (LONGWORD) write reference
pos_count LONGWORD write reference

XmListItemExists


FORMAT

result XmListItemExists

(widget, item)

Argument Information
Argument Type Access Mechanism
result Boolean write value
widget Widget read value
item XmString read value

XmListItemPos


FORMAT

result XmListItemPos

(widget, item)

Argument Information
Argument Type Access Mechanism
result LONGWORD write value
widget Widget read value
item XmString read value

XmListPosSelected


FORMAT

result XmListPosSelected

(widget, position)

Argument Information
Argument Type Access Mechanism
result Boolean write value
widget Widget read value
position LONGWORD read value

XmListPosToBounds


FORMAT

result XmListPosToBounds

(widget, position, x, y, width, height)

Argument Information
Argument Type Access Mechanism
result Boolean write value
widget Widget read value
position LONGWORD read value
x Position write reference
y Position write reference
width Dimension write reference
height Dimension write reference


Previous Next Contents Index