|
DECwindows Motif for OpenVMS Guide to Non-C
Bindings
XmTextGetSubstringWcs
FORMAT
result XmTextGetSubstringWcs
(widget, start, num_chars, buf_size, buffer)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
LONGWORD
|
write
|
value
|
widget
|
Widget
|
read
|
value
|
start
|
XmTextPosition
|
read
|
value
|
num_chars
|
LONGWORD
|
read
|
value
|
buf_size
|
LONGWORD
|
read
|
value
|
buffer
|
XtString
|
read
|
reference
|
XmTextGetTopCharacter
FORMAT
result XmTextGetTopCharacter
(widget)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
XmTextPosition
|
write
|
value
|
widget
|
Widget
|
read
|
value
|
XmTextInsert
FORMAT
XmTextInsert
(widget, position, value)
Argument Information
Argument |
Type |
Access |
Mechanism |
widget
|
Widget
|
read
|
value
|
position
|
XmTextPosition
|
read
|
value
|
value
|
XtString
|
read
|
reference
|
XmTextInsertWcs
FORMAT
XmTextInsertWcs
(widget, position, wc_value)
Argument Information
Argument |
Type |
Access |
Mechanism |
widget
|
Widget
|
read
|
value
|
position
|
XmTextPosition
|
read
|
value
|
wc_value
|
XtString
|
read
|
reference
|
XmTextPaste
FORMAT
result XmTextPaste
(widget)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
Boolean
|
write
|
value
|
widget
|
Widget
|
read
|
value
|
XmTextPosToXY
FORMAT
result XmTextPosToXY
(widget, position, x, y)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
Boolean
|
write
|
value
|
widget
|
Widget
|
read
|
value
|
position
|
XmTextPosition
|
read
|
value
|
x
|
Position
|
write
|
reference
|
y
|
Position
|
write
|
reference
|
XmTextRemove
FORMAT
result XmTextRemove
(widget)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
Boolean
|
write
|
value
|
widget
|
Widget
|
read
|
value
|
XmTextReplace
FORMAT
XmTextReplace
(widget, from_pos, to_pos, value )
Argument Information
Argument |
Type |
Access |
Mechanism |
widget
|
Widget
|
write
|
value
|
from_pos
|
XmTextPosition
|
read
|
value
|
to_pos
|
XmTextPosition
|
read
|
value
|
value
|
XtString
|
read
|
reference
|
XmTextReplaceWcs
FORMAT
XmTextReplaceWcs
(widget, from_pos, to_pos, value)
Argument Information
Argument |
Type |
Access |
Mechanism |
widget
|
Widget
|
read
|
value
|
from_pos
|
XmTextPosition
|
read
|
value
|
to_pos
|
XmTextPosition
|
read
|
value
|
value
|
XtString
|
read
|
reference
|
XmTextScroll
FORMAT
XmTextScroll
(widget, lines)
Argument Information
Argument |
Type |
Access |
Mechanism |
widget
|
Widget
|
read
|
value
|
lines
|
LONGWORD
|
read
|
value
|
XmTextSetAddMode
FORMAT
XmTextSetAddMode
(widget, state)
Argument Information
Argument |
Type |
Access |
Mechanism |
widget
|
Widget
|
read
|
value
|
state
|
Boolean
|
read
|
value
|
XmTextSetCursorPosition
FORMAT
XmTextSetCursorPosition
(widget, position)
Argument Information
Argument |
Type |
Access |
Mechanism |
widget
|
Widget
|
read
|
value
|
position
|
XmTextPosition
|
read
|
value
|
XmTextSetEditable
FORMAT
XmTextSetEditable
(widget, editable)
Argument Information
Argument |
Type |
Access |
Mechanism |
widget
|
Widget
|
read
|
value
|
editable
|
Boolean
|
read
|
value
|
XmTextSetHighlight
FORMAT
XmTextSetHighlight
(widget, left, right, mode)
Argument Information
Argument |
Type |
Access |
Mechanism |
widget
|
Widget
|
read
|
value
|
left
|
XmTextPosition
|
read
|
value
|
right
|
XmTextPosition
|
read
|
value
|
mode
|
XmHighlightMode
|
read
|
value
|
XmTextSetInsertionPosition
FORMAT
XmTextSetInsertionPosition
(widget, position)
Argument Information
Argument |
Type |
Access |
Mechanism |
widget
|
Widget
|
read
|
value
|
position
|
XmTextPosition
|
read
|
value
|
XmTextSetMaxLength
FORMAT
XmTextSetMaxLength
(widget, max_length)
Argument Information
Argument |
Type |
Access |
Mechanism |
widget
|
Widget
|
read
|
value
|
max_length
|
LONGWORD
|
read
|
value
|
XmTextSetSelection
FORMAT
XmTextSetSelection
(widget, first, last, time)
Argument Information
Argument |
Type |
Access |
Mechanism |
widget
|
Widget
|
read
|
value
|
first
|
XmTextPosition
|
read
|
value
|
last
|
XmTextPosition
|
read
|
value
|
time
|
Time
|
read
|
value
|
XmTextSetSource
FORMAT
XmTextSetSource
(widget, source, top_character, cursor_position)
Argument Information
Argument |
Type |
Access |
Mechanism |
widget
|
Widget
|
read
|
value
|
source
|
XmTextSource
|
read
|
value
|
top_character
|
XmTextPosition
|
read
|
value
|
cursor_position
|
XmtextPosition
|
read
|
value
|
XmTextSetString
FORMAT
XmTextSetString
(widget, value)
Argument Information
Argument |
Type |
Access |
Mechanism |
widget
|
Widget
|
read
|
value
|
value
|
XtString
|
read
|
reference
|
XmTextSetStringWcs
FORMAT
XmTextSetStringWcs
(widget, wc_value)
Argument Information
Argument |
Type |
Access |
Mechanism |
widget
|
Widget
|
read
|
value
|
wc_value
|
XtString
|
read
|
reference
|
XmTextSetTopCharacter
FORMAT
XmTextSetTopCharacter
(widget, top_character)
Argument Information
Argument |
Type |
Access |
Mechanism |
widget
|
Widget
|
read
|
value
|
top_character
|
XmTextPosition
|
read
|
value
|
XmTextShowPosition
FORMAT
XmTextShowPosition
(widget, position)
Argument Information
Argument |
Type |
Access |
Mechanism |
widget
|
Widget
|
read
|
value
|
position
|
XmTextPosition
|
read
|
value
|
XmTextXYToPos
FORMAT
XmTextPosition XmTextXYToPos
(widget, x, y)
Argument Information
Argument |
Type |
Access |
Mechanism |
XmTextPosition
|
XmTextPosition
|
write
|
value
|
widget
|
Widget
|
read
|
value
|
x
|
Position
|
read
|
value
|
y
|
Position
|
read
|
value
|
XmToggleButtonGadgetGetState
FORMAT
result XmToggleButtonGadgetGetState
(widget)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
Boolean
|
write
|
value
|
widget
|
Widget
|
read
|
value
|
XmToggleButtonGadgetSetState
FORMAT
XmToggleButtonGadgetSetState
(widget, state, notify)
Argument Information
Argument |
Type |
Access |
Mechanism |
widget
|
Widget
|
read
|
value
|
state
|
Boolean
|
read
|
value
|
notify
|
Boolean
|
read
|
value
|
XmToggleButtonGetState
FORMAT
result XmToggleButtonGetState
(widget)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
Boolean
|
write
|
value
|
widget
|
Widget
|
read
|
value
|
XmToggleButtonSetState
FORMAT
XmToggleButtonSetState
(widget, state, notify)
Argument Information
Argument |
Type |
Access |
Mechanism |
widget
|
Widget
|
read
|
value
|
state
|
Boolean
|
read
|
value
|
notify
|
Boolean
|
read
|
value
|
XmTrackingEvent
FORMAT
result XmTrackingEvent
(widget, cursor, confine_to, event)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
Widget
|
write
|
value
|
widget
|
Widget
|
read
|
value
|
cursor
|
Cursor
|
read
|
value
|
confine_to
|
Boolean
|
read
|
value
|
event
|
XKeyPressedEvent
|
read
|
reference
|
|