[an error occurred while processing this directive]

HP OpenVMS Systems Documentation

Content starts here Getting Started With the New Desktop

Getting Started With the New Desktop


Previous Contents Index

C.2 CDE Help Widget Support Routines

The CDE Help Widget support routines in CDE$LIBDTHELP are shown in Table C-2.

Table C-2 CDE Help Widget Routines in CDE$LIBDTHELP.EXE
API Header File Routines
Help utility routines Help.h DtHelpSetCatalogName 1
    DtHelpReturnSelectedWidgetId
General help dialog support HelpDialog.h DtCreateHelpDialog
Quick help dialog support HelpQuickD.h DtCreateHelpQuickDialog
    DtHelpQuickDialogGetChild

1Not included in the New Desktop.

C.3 CDE Custom Widget Support Routines

The CDE custom widget support routines in CDE$LIBDTWIDGET are shown in Table C-3.

Table C-3 CDE Custom Widget Routines in CDE$LIBDTWIDGET.EXE
API Header File Routines
DtSpinBox widget support SpinBox.h DtCreateSpinBox
    DtSpinBoxAddItem
    DtSpinBoxDeletePos
    DtSpinBoxSetItem
DtComboBox widget support ComboBox.h DtCreateComboBox
    DtComboBoxAddItem
    DtComboBoxDeletePos
    DtComboBoxSetItem
    DtComboBoxSelectItem
DtMenuButton widget support MenuButton.h DtCreateMenuButton
DtEditor Text Editor widget support Editor.h DtCreateEditor
    DtEditorAppend
    DtEditorAppendFromFile
    DtEditorChange
    DtEditorCheckForUnsavedChanges
    DtEditorClearSelection
    DtEditorCopyToClipboard
    DtEditorCutToClipboard
    DtEditorClearSelection
    DtEditorCopyToClipboard
    DtEditorCutToClipboard
    DtEditorDeleteSelection
    DtEditorDeselect
    DtEditorDisableRedisplay
    DtEditorEnableRedisplay
    DtEditorFind
    DtEditorFormat
    DtEditorGetContents
    DtEditorGetInsertionPosition
    DtEditorGetLastPosition
    DtEditorGetMessageTextFieldID
    DtEditorGetSizeHints
    DtEditorGoToLine
    DtEditorInsert
    DtEditorInsertFromFile
    DtEditorInvokeFindChangeDialog
    DtEditorInvokeFormatDialog
    DtEditorInvokeSpellDialog 1
    DtEditorPasteFromClipboard
    DtEditorReplace
    DtEditorReplaceFromFile
    DtEditorReset
    DtEditorSaveContentsToFile
    DtEditorSelectAll
    DtEditorSetContents
    DtEditorSetContentsFromFile
    DtEditorSetInsertionPosition
    DtEditorTraverseToEditor
    DtEditorUndoEdit

1Not included in the New Desktop.


Index Contents