diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-07-17 05:20:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-07-17 05:20:14 +0200 |
commit | 4a051ad4e980ec0276862554fccd36ebccca34cd (patch) | |
tree | 101b796633ae9aa5a63531b9853283ea53678871 /doc | |
parent | indices (diff) | |
download | mds-4a051ad4e980ec0276862554fccd36ebccca34cd.tar.gz mds-4a051ad4e980ec0276862554fccd36ebccca34cd.tar.bz2 mds-4a051ad4e980ec0276862554fccd36ebccca34cd.tar.xz |
info: more cursors
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/info/mds.texinfo | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 5947d2a..f5d1a9e 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -10504,6 +10504,32 @@ optionally with a corner at the arrow heads. @end example @end table +@cpindex Cell selection +@cpindex Tables, selection +In addition, it is advised to @code{nwse-select} and +@code{nesw-select} that are rendered in the same mannar +as the other @code{*-select} cursors and analogously to +@code{nwse-resize} and @code{nesw-resize}, +respectively. + +@cpindex Text, rotated +@cpindex Rotated text +It is also advisd to a cursors intermediate to +@code{text} and @code{vertical-text}. These are named +with the pattern @code{text-*}, where @code{*} is +replaced by the number of degrees the text is rotated +anti-clockwise. This means that @code{text} should be +used if @code{text-0} is requested but missing, and +@code{vertical-text} should be used if @code{text-90} +is requested but missing. Finally, the closest +existing cursor should be used, and the cursor rotated +180 degrees of what is requested should be used if +there is no matching cursor with a rotation distance +within, but excluding, 90 degrees. @code{*} should be +in the interval [0; 360[, and a period (`.') should be +used as a decimal pointer, as it is used in most +programming languages. + @node Nesting Applications |