manpagez: man pages & more
info texinfo
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

14.8.8 Click Sequences

When documenting graphical interfaces, it is necessary to describe sequences such as ‘Click on ‘File’, then choose ‘Open’, then …’. Texinfo offers commands @clicksequence and click to represent this, typically used like this:

… @clicksequence{File @click{} Open} …

which produces:

… File → Open …

The @click command produces a right arrow by default; this glyph is also available independently via the command @arrow{}.

You can change the glyph produced by @click with the command @clickstyle, which takes a command name as its single argument on the rest of the line, much like @itemize and friends (see section @itemize: Making an Itemized List). The command should produce a glyph, and the usual empty braces ‘{}’ are omitted. Here’s an example:

@clickstyle @result
… @clicksequence{File @click{} Open} …

now produces:

… File ⇒ Open …

This document was generated on October 2, 2013 using texi2html 5.0.

© manpagez.com 2000-2025
Individual documents may contain additional copyright information.