Previous | Contents | Index |
result XmStringPeekNextComponentArgument Information(context)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | XmStringComponentType | write | value |
context | XmStringContext | read | value |
result XmStringSegmentCreateArgument Information(text, charset, direction, separator)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | XmString | write | value |
text | XtString | read | reference |
charset | XtString | read | reference |
direction | XmStringDirection | read | value |
separator | Boolean | read | value |
result XmStringSeparatorCreateArgument Information()
Argument | Type | Access | Mechanism |
---|---|---|---|
result | XmString | write | value |
result XmStringWidthArgument Information(fontlist, string)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | Dimension | write | value |
fontlist | XmFontList | read | value |
string | XmString | read | value |
result XmTargetsAreCompatibleArgument Information(dpy, exportTargets, numExportTargets, importTargets, numImportTargets)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | Boolean | write | value |
dpy | Display | read | reference |
exportTargets | Atom | read | reference |
numExportTargets | Cardinal | read | value |
importTargets | Atom | read | reference |
numImportTargets | Cardinal | read | value |
XmTextClearSelectionArgument Information(widget, time)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
time | Time | read | value |
result XmTextCopyArgument Information(widget, time)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | Boolean | write | value |
widget | Widget | read | value |
time | Time | read | value |
result XmTextCutArgument Information(widget, time)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | Boolean | write | value |
widget | Widget | read | value |
time | Time | read | value |
XmTextDisableRedisplayArgument Information(widget)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
XmTextEnableRedisplayArgument Information(widget)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
XmTextFieldClearSelectionArgument Information(widget, time)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
time | Time | read | value |
XmTextFieldCopyArgument Information(widget, time)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
time | Time | read | value |
result XmTextFieldCutArgument Information(widget, time )
Argument | Type | Access | Mechanism |
---|---|---|---|
result | Boolean | write | value |
widget | Widget | read | value |
time | Time | read | value |
result XmTextFieldGetBaselineArgument Information(widget)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | LONGWORD | write | value |
widget | Widget | read | value |
result XmTextFieldGetCursorPositionArgument Information(widget)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | XmTextPosition | write | value |
widget | Widget | read | value |
result XmTextFieldGetEditableArgument Information(widget)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | Boolean | write | value |
widget | Widget | read | value |
result XmTextFieldGetInsertionPositionArgument Information(widget)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | XmTextPosition | write | value |
widget | Widget | read | value |
result XmTextFieldGetLastPositionArgument Information(widget )
Argument | Type | Access | Mechanism |
---|---|---|---|
result | XmTextPosition | write | value |
widget | Widget | read | value |
result XmTextFieldGetMaxLengthArgument Information(widget)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | LONGWORD | write | value |
widget | Widget | read | value |
result XmTextFieldGetSelectionArgument Information(widget)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | XtString | write | value |
widget | Widget | read | value |
result XmTextFieldGetSelectionPositionArgument Information(widget, left, right)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | Boolean | write | value |
widget | Widget | read | value |
left | XmTextPosition | write | reference |
right | XmTextPosition | write | reference |
result XmTextFieldGetSelectionWcsArgument Information(widget)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | XtString | write | value |
widget | Widget | read | value |
XtString XmTextFieldGetStringArgument Information(widget)
Argument | Type | Access | Mechanism |
---|---|---|---|
XtString | XtString | write | value |
widget | Widget | read | value |
result XmTextFieldGetStringWcsArgument Information(widget)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | XtString | write | value |
widget | Widget | read | value |
result XmTextFieldGetSubstringArgument 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 XmTextFieldGetSubstringWcsArgument Information(widget, start, num_chars, buf_size, buffer)
Argument | Type | Access | Mechanism |
---|---|---|---|
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 |
XmTextFieldInsertArgument Information(widget, position, value)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
position | XmTextPosition | read | value |
value | XtString | read | reference |
XmTextFieldInsertWcsArgument Information(widget, position, wcstring)
Argument | Type | Access | Mechanism |
---|---|---|---|
widget | Widget | read | value |
position | XmTextPosition | read | value |
wcstring | XtString | read | reference |
result XmTextFieldPasteArgument Information(widget)
Argument | Type | Access | Mechanism |
---|---|---|---|
result | Boolean | write | value |
widget | Widget | read | value |
Previous | Next | Contents | Index |