ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/yodl/rxvtRef-menubar.yo
(Generate patch)

Comparing rxvt-unicode/doc/yodl/rxvtRef-menubar.yo (file contents):
Revision 1.2 by pcg, Mon Nov 24 17:31:27 2003 UTC vs.
Revision 1.3 by pcg, Fri Apr 2 00:51:09 2004 UTC

1COMMENT(-- $Id: rxvtRef-menubar.yo,v 1.2 2003/11/24 17:31:27 pcg Exp $ --) 1COMMENT(-- $Id: rxvtRef-menubar.yo,v 1.3 2004/04/02 00:51:09 pcg Exp $ --)
2label(menuBar) 2label(menuBar)
3nsect(menuBar) 3nsect(menuBar)
4 4
5bf(The exact syntax used is em(almost) solidified.) nl()\ 5bf(The exact syntax used is em(almost) solidified.) nl()\
6In the menus, bf(DON'T) try to use menuBar commands that add or remove a 6In the menus, bf(DON'T) try to use menuBar commands that add or remove a
9Note that in all of the commands, the bf(em(/path/)) em(cannot) be omitted: 9Note that in all of the commands, the bf(em(/path/)) em(cannot) be omitted:
10use bf(./) to specify a menu relative to the current menu. 10use bf(./) to specify a menu relative to the current menu.
11 11
12nsubsect(Overview of menuBar operation) 12nsubsect(Overview of menuBar operation)
13 13
14For the menuBar XTerm escape sequence tt(ESC ] 10 ; Pt ST), the 14For the menuBar XTerm escape sequence tt(ESC ] 703 ; Pt ST), the
15syntax of tt(Pt) can be used for a variety of tasks: 15syntax of tt(Pt) can be used for a variety of tasks:
16startit() 16startit()
17 it()link(Commands)(menuBarCommands) 17 it()link(Commands)(menuBarCommands)
18 it()link(Adding and accessing menus)(menuBarAdd) 18 it()link(Adding and accessing menus)(menuBarAdd)
19 it()link(Removing menus)(menuBarRemove) 19 it()link(Removing menus)(menuBarRemove)
94 dl(bf([prev]nl()[next])) 94 dl(bf([prev]nl()[next]))
95 (access the previous or next menuBar) 95 (access the previous or next menuBar)
96P()\ 96P()\
97 dl(bf([show]nl()[hide])) 97 dl(bf([show]nl()[hide]))
98 (control display of the menuBar ... just like 98 (control display of the menuBar ... just like
99 link(ESC[?10 h/l)(Priv10)) 99 link(ESC[?703 h/l)(Priv703))
100P()\ 100P()\
101 dl(bf([pixmap:+em(name)]nl()[pixmap:+em(name);em(scaling)])) 101 dl(bf([pixmap:+em(name)]nl()[pixmap:+em(name);em(scaling)]))
102 (set the background pixmap globally ... just like 102 (set the background pixmap globally ... just like
103 link(ESC ] 20 ; Pt ST)(XPM) 103 link(ESC ] 20 ; Pt ST)(XPM)
104 104
161 161
162startdl() 162startdl()
163 dl(For example,) 163 dl(For example,)
164 (bf(M-xapropos) is equivalent to bf(\Exapropos\r)) 164 (bf(M-xapropos) is equivalent to bf(\Exapropos\r))
165 dl(and) 165 dl(and)
166 (bf(\E]10;mona;100) is equivalent to bf(\E]10;mona;100\a)) 166 (bf(\E]703;mona;100) is equivalent to bf(\E]703;mona;100\a))
167enddl() 167enddl()
168 168
169The option bf({em(right-rtext)}) will be right-justified. In the absence of 169The option bf({em(right-rtext)}) will be right-justified. In the absence of
170a specified action, this text will be used as the em(action) as well. 170a specified action, this text will be used as the em(action) as well.
171 171

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines