*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->HP-UX 11i man pages              
Title
Content
Arch
Section
 
 DtEditorInvokeSpellDialog(3) -- display the DtEditor widget dialog for checking text for spelling errors
    The DtEditorInvokeSpellDialog function displays the Spell dialog for the DtEditor widget. This dialog displays the list of unrecognized or misspelled words from the widget's text. Users can search for and replace misspelled words with the Spell dialog. The list of misspelled words is automatically generated by filtering the text for the DtEditor widget through the filter specified by the DtNspell...
 DtEditorPasteFromClipboard(3) -- insert the clipboard selection into a DtEditor widget
    The DtEditorPasteFromClipboard function inserts the clipboard selection before the insertion cursor of the DtEditor widget. If the insertion cursor is inside the current selection, the clipboard selection replaces the selected text. Text can be cut or copied to the clipboard with DtEditorCutToClipboard(3) and DtEditorCopyToClipboard(3). Text can be selected and deselected programmatically with DtE...
 DtEditorReplace(3) -- replace a portion of the contents of a DtEditor widget
    The DtEditorReplace function replaces part of the contents of a DtEditor widget with a string, a wide character string or sized buffer. The data is transferred to the DtEditor widget using a DtEditorContentRec, which indicates the type of data being transferred along with the actual data. All data following the start position and up to, but not including, the end position is replaced. If the start...
 DtEditorReplaceFromFile(3) -- replace a portion of the contents of a DtEditor widget with the contents of a file
    The DtEditorReplaceFromFile function replaces part of the contents of a DtEditor widget with the contents of a file. All data following the start position and up to, but not including, the end position is replaced. If the start position and the end position are equal, the data is inserted after the end position. The character positions begin at zero and are numbered sequentially from the beginning...
 DtEditorReset(3) -- reset a DtEditor widget to its default state
    The DtEditorReset function deletes the contents of a DtEditor widget, resets the undo edit function, clears the last string searched for plus the last replacement string. The widget argument specifies the DtEditor widget ID. For a complete definition of the DtEditor widget and its associated resources, see DtEditor(3).
 DtEditorSaveContentsToFile(3) -- save the contents of a DtEditor widget to a file
    The DtEditorSaveContentsToFile function saves the entire contents of the DtEditor widget to a file, optionally replacing soft line feeds (word wraps) with s. If the file does not exist and the directory has the correct write permissions, the file is created. If the file exists and the overwriteIfExists argument is set to True, the contents of the file are overwritten. If the file or its d...
 DtEditorSelectAll(3) -- select all text in a DtEditor widget
    The DtEditorSelectAll function selects all text in a DtEditor widget. Any current selection can be programmatically deselected with DtEditorDeselect(3). The widget argument specifies the DtEditor widget ID. For a complete definition of the DtEditor widget and its associated resources, see DtEditor(3).
 DtEditorSetContents(3) -- place data into a DtEditor widget
    The DtEditorSetContents function places a NULL-terminated string, wide character string or sized buffer into a DtEditor widget. Any data currently in the DtEditor widget is lost. The data is transferred to the DtEditor widget using a DtEditorContentRec, which indicates the type of data being transferred along with the actual data. After the data is placed into the DtEditor widget, the insertion cu...
 DtEditorSetContentsFromFile(3) -- load data from a file into a DtEditor widget
    The DtEditorSetContentsFromFile function loads the contents of a file into a DtEditor widget. Any data currently in the DtEditor widget is lost. After the data is loaded, the insertion cursor is positioned at the first character. The widget argument specifies the DtEditor widget ID. The fileName argument is the pathname of the file relative to the local system. For a complete definition of the DtE...
 DtEditorSetInsertionPosition(3) -- set the position of the insert cursor in a DtEditor widget
    The DtEditorSetInsertionPosition function sets the insertion cursor position of the DtEditor widget. The current position of the insertion cursor can be retrieved with DtEditorGetInsertionPosition(3). The last text position of the DtEditor widget can be retrieved with DtEditorGetLastPosition(3). The widget argument specifies the DtEditor widget ID. The position argument specifies the position of t...
 DtEditorTraverseToEditor(3) -- set keyboard traversal to the edit window of a DtEditor widget
    The DtEditorTraverseToEditor function causes the Motif keyboard traversal to be set to the edit window of a DtEditor widget. The widget argument specifies the DtEditor widget ID. For a complete definition of the DtEditor widget and its associated resources, see DtEditor(3).
 DtEditorUndoEdit(3) -- undo the last edit made to the text in a DtEditor widget
    The DtEditorUndoEdit function undoes the last change (deletion or insertion) made to the text in a DtEditor widget. A change consists of either a set of consecutive insertions, or a set of consecutive deletions followed by up to one set of consecutive insertions. An insertion is consecutive if there have been no intervening deletions, and it is continuing forward from the same point. A deletion is...
 DtHelpDialog(3) -- DtHelpDialog widget class
    The DtHelpDialog widget provides users with functionality for viewing and navigating structured online information (CDE help volumes). This functionality includes text and graphics rendering, embedded hypertext links and various navigation methods to move through online help information. The widget supports rendering of CDE help volumes, system manual pages, text files and character string values....
 DtHelpQuickDialog(3) -- DtHelpQuickDialog widget class
    The DtHelpQuickDialog widget provides users with a constrained set of functionality for viewing and and navigating structured online information (CDE help volumes). This functionality includes text and graphics rendering, embedded hypertext links and limited navigation methods to move through online help information. The widget supports rendering of CDE help volume, system manual pages, text files...
 DtHelpQuickDialogGetChild(3) -- get child of DtHelpQuickDialog widget
    The DtHelpQuickDialogGetChild function accesses a component within a DtHelpQuickDialog widget. The widget argument specifies the DtHelpQuickDialog widget instance. The child argument specifies which DtHelpQuickDialog widget child the widget ID is for. The following are valid values for the child argument:
<<  [Prev]  101  102  103  104  105  106  107  108  109  110  111  112  113  114  115  116  117  118  119  120  121  
122  123  124  125  126  127  128  129  130  131  132  133  134  135  136  137  138  139  140  141  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service