[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | DECWINDOWS 26-JAN-89 to 29-NOV-90 |
Notice: | See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit |
Moderator: | STAR::VATNE |
|
Created: | Mon Oct 30 1989 |
Last Modified: | Mon Dec 31 1990 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 3726 |
Total number of notes: | 19516 |
313.0. "Text widget action routines and bindings?" by XANADU::FLEISCHER (Bob 381-0895 ZKO3-2/T63) Mon Feb 27 1989 14:12
In the DECWINDOWS_OLD conference, there was a list of text widget action
routines in note 318.7 (attached). Is this list complete (it was entered a
year ago)? I know that the use of these via key bindings is unsupported in
VMS, but is there more information available (internally) about the semantics
of the text widget action routines?
Bob
------------
<<< BULOVA::DOCD$:[NOTES$LIBRARY]DECWINDOWS_OLD.NOTE;2 >>>
-< DECwindows Standard Programming Environment >-
================================================================================
Note 318.7 Text Widget Key bindings? 7 of 24
OPHION::WEISSMAN 49 lines 24-FEB-1988 14:36
-< .3 was a little too complete... >-
--------------------------------------------------------------------------------
The list of action routines Jake posted included a whole bunch that
are commented out. These are ones that I would like to have there,
but haven't had time to implement.
The actual list follows. This is derived from the code I'm currently
working on, so it might be a bit more modern than the stuff that's out
there. However, I don't think I've actually added any actions
recently.
{"beep", (XtActionProc)DoFeep},
{"self-insert", (XtActionProc)SelfInsert},
{"grab-focus", (XtActionProc)DoGrabFocus},
{"forward-character", (XtActionProc)MoveForwardChar},
{"backward-character", (XtActionProc)MoveBackwardChar},
{"forward-word", (XtActionProc)MoveForwardWord},
{"backward-word", (XtActionProc)MoveBackwardWord},
{"forward-paragraph", (XtActionProc)MoveForwardParagraph},
{"backward-paragraph", (XtActionProc)MoveBackwardParagraph},
{"beginning-of-line", (XtActionProc)MoveToLineStart},
{"end-of-line", (XtActionProc)MoveToLineEnd},
{"next-line", (XtActionProc)MoveNextLine},
{"previous-line", (XtActionProc)MovePreviousLine},
{"next-page", (XtActionProc)MoveNextPage},
{"previous-page", (XtActionProc)MovePreviousPage},
{"beginning-of-file", (XtActionProc)MoveBeginningOfFile},
{"end-of-file", (XtActionProc)MoveEndOfFile},
{"scroll-one-line-up", (XtActionProc)ScrollOneLineUp},
{"scroll-one-line-down", (XtActionProc)ScrollOneLineDown},
{"delete-selection", (XtActionProc)DeleteCurrentSelection},
{"delete-next-character", (XtActionProc)DeleteForwardChar},
{"delete-previous-character",(XtActionProc)DeleteBackwardChar},
{"delete-next-word", (XtActionProc)DeleteForwardWord},
{"delete-previous-word", (XtActionProc)DeleteBackwardWord},
{"kill-selection", (XtActionProc)KillCurrentSelection},
{"stuff", (XtActionProc)Stuff},
{"newline", (XtActionProc)InsertNewLine},
{"set-insertion-point", (XtActionProc)SetInsertionPoint},
{"select-start", (XtActionProc)StartSelection},
{"select-adjust", (XtActionProc)DoSelection},
{"select-end", (XtActionProc)DoSelection},
{"extend-start", (XtActionProc)ExtendSelection},
{"extend-adjust", (XtActionProc)ExtendSelection},
{"extend-end", (XtActionProc)ExtendEnd},
{"redraw-display", (XtActionProc)RedrawDisplay},
{"callback", (XtActionProc)CallBack},
{"help", (XtActionProc)Help},
- Terry
T.R | Title | User | Personal Name | Date | Lines
|
---|