| Previous | Contents | Index |
This chapter documents DECwindows toolkit extensions routines. See Section 1.2 for information about the format used to describe each routine.
DXmActivateWidgetArgument Information(widget)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | read | value |
DXmChangeWindowGeometryArgument Information(w, size )
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| w | Widget | value | read |
| size | XtWidgetGeometry | write | reference |
result DXmMakeGeometryRequestArgument Information(w, geom)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | XtGeometryResult | write | value |
| w | Widget | value | read |
| geom | XtWidgetGeometry | write | reference |
result DXmChildrenArgument Information(widget)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Widget (array) | write | value |
| widget | Widget | read | value |
DXmColorMixGetNewColorArgument Information(cmw, red, green, blue)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| cmw | DXmColorMixWidget | read | value |
| red | WORD UNSIGNED | write | reference |
| green | WORD UNSIGNED | write | reference |
| blue | WORD UNSIGNED | write | reference |
DXmColorMixSetNewColorArgument Information(cmw, red, green, blue)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| cmw | DXmColorMixWidget | read | value |
| red | WORD UNSIGNED | write | reference |
| green | WORD UNSIGNED | write | reference |
| blue | WORD UNSIGNED | write | reference |
Widget DXmCreateColorMixArgument Information(parent, name, arglist, argcount)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | write | value |
| parent | Widget | read | value |
| name | XtString | read | reference |
| arglist | ArgList | read | reference |
| argcount | Cardinal | read | value |
Widget DXmCreateColorMixDialogArgument Information(parent, name, arglist, argcount)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | write | value |
| parent | Widget | read | value |
| name | XtString | read | reference |
| arglist | ArgList | read | reference |
| argcount | Cardinal | read | value |
Widget DXmCreateCSTextArgument Information(parent, name, arglist, argcount)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | write | value |
| parent | Widget | read | value |
| name | XtString | read | reference |
| arglist | ArgList | read | reference |
| argcount | Cardinal | read | value |
result DXmCreateCursorArgument Information(widget, cursorkind)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Cursor | write | reference |
| widget | Widget | read | value |
| cursorkind | LONGWORD | read | value |
Widget DXmCreateHelpArgument Information(parent, name, arglist, argcount)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | write | value |
| parent | Widget | read | value |
| name | XtString | read | value |
| arglist | ArgList | read | reference |
| argcount | Cardinal | read | value |
Widget DXmCreateHelpDialogArgument Information(parent, name, arglist, argcount)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | write | value |
| parent | Widget | read | value |
| name | XtString | read | reference |
| arglist | ArgList | read | reference |
| argcount | Cardinal | read | value |
Widget DXmCreatePrintBoxArgument Information(parent, name, arglist, widget)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| parent | Widget | read | value |
| name | XtString | read | reference |
| arglist | Arglist | read | reference |
| widget | Widget | write | value |
Widget DXmCreatePrintDialogArgument Information(parent, name, arglist, argcount)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | write | value |
| parent | Widget | read | value |
| name | XtString | read | reference |
| arglist | ArgList | read | reference |
| argcount | Cardinal | read | value |
Widget DXmCSCreateScrolledCSTextArgument Information(parent, name, arglist, argcount)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | write | value |
| parent | Widget | read | value |
| name | XtString | read | reference |
| arglist | ArgList | read | reference |
| argcount | Cardinal | read | value |
Widget DXmCreateSvnArgument Information(parent, name, arglist, argcount)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | write | value |
| parent | Widget | read | value |
| name | XtString | read | reference |
| arglist | Arg (array) | read | reference |
| argcount | Cardinal | read | value |
result DXmCSContainsStringCharSetArgument Information(str)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Boolean | write | value |
| str | XmString | read | value |
DXmCSTextClearSelectionArgument Information(widget, time)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | read | value |
| time | Time | read | value |
result DXmCSTextCopyArgument Information(widget, time)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Boolean | write | value |
| widget | Widget | read | value |
| time | Time | read | value |
result DXmCSTextCutArgument Information(widget, time)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Boolean | write | value |
| widget | Widget | read | value |
| time | Time | read | value |
DXmCSTextDisableRedisplayArgument Information(widget, loses_backing_store)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | DXmCSTextWidget | read | value |
| loses_backing_store | Boolean | write | value |
DXmCSTextEnableRedisplayArgument Information(widget)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | DXmCSTextWidget | read | value |
result DXmCSGetTextEditableArgument Information(widget)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Boolean | write | value |
| widget | DXmCSTextWidget | read | value |
result DXmCSTextGetInsertionPositionArgument Information(widget)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | DXmCSTextPosition | write | value |
| widget | DXmCSTextWidget | read | value |
result DXmCSTextGetLastPositionArgument Information(widget)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | DXmCsTextPosition | write | value |
| widget | DXmCSTextWidget | read | value |
result DXmCSTextGetMaxLengthArgument Information(widget)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | LONGWORD | write | value |
| widget | DXmCSTextWidget | read | value |
| Previous | Next | Contents | Index |