| #define XeTextMakeCursorPositionVisible XeTextMakeCursorPositionVisable |
| typedef int(*) XeTextExtractFeed(MIUNICODE *,int,XeTextTag,XtPointer) |
| void _XeAdjustScrollBars | ( | Widget | ) |
| void _XeTextMarkSelection | ( | Widget | ) |
| void _XeTextPrepareToScrol | ( | Widget | ) |
| void _XeTextUpdateFromScro | ( | Widget | ) |
Add a popup menu with cut/copy/paste to an XeText widget.
| void XeTextCopy | ( | Widget | ) |
| void XeTextCut | ( | Widget | ) |
| void XeTextDisableDisplay | ( | ) |
| void XeTextDisplay | ( | ) |
| _XFUNCPROTOBEGIN void XeTextEnableDisplay | ( | ) |
| void XeTextExtract | ( | Widget | , | |
| int | , | |||
| int | , | |||
| XeTextExtractFeed | , | |||
| XtPointer | ||||
| ) |
| int XeTextGetInsertionPoint | ( | ) |
| int XeTextGetInsertionPosition | ( | Widget | ) |
| XeTextTag XeTextGetInsertionTag | ( | ) |
| int XeTextGetLength | ( | Widget | , | |
| int | ||||
| ) |
| void XeTextGetSelectionPosition | ( | ) |
| String XeTextGetString | ( | Widget | , | |
| int * | ||||
| ) |
Get the text style at the given location.
| offset | use -1 for current cursor location |
| String XeTextGetSubstring | ( | Widget | , | |
| int * | , | |||
| int | , | |||
| int | ||||
| ) |
| void XeTextInsert | ( | Widget | xetext, | |
| const char * | string | |||
| ) | [inline] |
| void XeTextInsert | ( | ) |
| void XeTextInsertUnicode | ( | ) |
| void XeTextKeyEventHandler | ( | Widget | , | |
| XtPointer | , | |||
| XEvent * | , | |||
| Boolean * | ||||
| ) |
| void XeTextMakeCursorPositionVisable | ( | Widget | , | |
| void * | ||||
| ) |
| void XeTextPaste | ( | Widget | ) |
| void XeTextRemove | ( | Widget | ) |
| void XeTextReplace | ( | Widget | , | |
| int | , | |||
| int | , | |||
| const char * | , | |||
| int | ||||
| ) |
| Boolean XeTextSaveAsFile | ( | ) |
| int XeTextScan | ( | ) |
Scroll to an anchor.
An anchor (which is hidden) is imbeded in the text stream as.. \033[5m\033[25m Where NAME is the name of the anchor.
| int XeTextSearch | ( | ) |
| void XeTextSetInsertionPosition | ( | Widget | , | |
| int | ||||
| ) |
| void XeTextSetSelection | ( | ) |
| void XeTextSetString | ( | Widget | , | |
| const char * | ||||
| ) |
| void XeTextSetStyle | ( | Widget | widget, | |
| const TEXTSTYLEDIFF & | style, | |||
| int | startoffset = -1, |
|||
| int | endoffset = -1 | |||
| ) |
Set the text style at the given location TEXTSTYLEDIFF is derived from TEXTSTYLE, and contains flags saying which values to actually change. GENERATING_DOXYGEN_OUTPUT __cplusplus.
| style | Change |
| startoffset | use -1 for current cursor selection |
| endoffset | use -1 for current cursor selection |
| void XeTextUnsetSelection | ( | ) |
1.5.2