Previous | Contents | Index |
result XmTextGetSubstringWcsArgument Information(widget, start, num_chars, buf_size, buffer)
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 |
result XmTextGetTopCharacterArgument Information(widget)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | XmTextPosition | write | value |
widget | Widget | read | value |
XmTextInsertArgument Information(widget, position, value)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
position | XmTextPosition | read | value |
value | XtString | read | reference |
XmTextInsertWcsArgument Information(widget, position, wc_value)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
position | XmTextPosition | read | value |
wc_value | XtString | read | reference |
result XmTextPasteArgument Information(widget)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | Boolean | write | value |
widget | Widget | read | value |
result XmTextPosToXYArgument Information(widget, position, x, y)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | Boolean | write | value |
widget | Widget | read | value |
position | XmTextPosition | read | value |
x | Position | write | reference |
y | Position | write | reference |
result XmTextRemoveArgument Information(widget)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | Boolean | write | value |
widget | Widget | read | value |
XmTextReplaceArgument Information(widget, from_pos, to_pos, value )
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | write | value |
from_pos | XmTextPosition | read | value |
to_pos | XmTextPosition | read | value |
value | XtString | read | reference |
XmTextReplaceWcsArgument Information(widget, from_pos, to_pos, value)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
from_pos | XmTextPosition | read | value |
to_pos | XmTextPosition | read | value |
value | XtString | read | reference |
XmTextScrollArgument Information(widget, lines)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
lines | LONGWORD | read | value |
XmTextSetAddModeArgument Information(widget, state)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
state | Boolean | read | value |
XmTextSetCursorPositionArgument Information(widget, position)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
position | XmTextPosition | read | value |
XmTextSetEditableArgument Information(widget, editable)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
editable | Boolean | read | value |
XmTextSetHighlightArgument Information(widget, left, right, mode)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
left | XmTextPosition | read | value |
right | XmTextPosition | read | value |
mode | XmHighlightMode | read | value |
XmTextSetInsertionPositionArgument Information(widget, position)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
position | XmTextPosition | read | value |
XmTextSetMaxLengthArgument Information(widget, max_length)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
max_length | LONGWORD | read | value |
XmTextSetSelectionArgument Information(widget, first, last, time)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
first | XmTextPosition | read | value |
last | XmTextPosition | read | value |
time | Time | read | value |
XmTextSetSourceArgument Information(widget, source, top_character, cursor_position)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
source | XmTextSource | read | value |
top_character | XmTextPosition | read | value |
cursor_position | XmtextPosition | read | value |
XmTextSetStringArgument Information(widget, value)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
value | XtString | read | reference |
XmTextSetStringWcsArgument Information(widget, wc_value)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
wc_value | XtString | read | reference |
XmTextSetTopCharacterArgument Information(widget, top_character)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
top_character | XmTextPosition | read | value |
XmTextShowPositionArgument Information(widget, position)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
position | XmTextPosition | read | value |
XmTextPosition XmTextXYToPosArgument Information(widget, x, y)
Argument | Type | Access | Mechanism |
---|---|---|---|
XmTextPosition | XmTextPosition | write | value |
widget | Widget | read | value |
x | Position | read | value |
y | Position | read | value |
result XmToggleButtonGadgetGetStateArgument Information(widget)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | Boolean | write | value |
widget | Widget | read | value |
XmToggleButtonGadgetSetStateArgument Information(widget, state, notify)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
state | Boolean | read | value |
notify | Boolean | read | value |
result XmToggleButtonGetStateArgument Information(widget)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | Boolean | write | value |
widget | Widget | read | value |
XmToggleButtonSetStateArgument Information(widget, state, notify)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
state | Boolean | read | value |
notify | Boolean | read | value |
result XmTrackingEventArgument Information(widget, cursor, confine_to, event)
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 |
Previous | Next | Contents | Index |