Mercurial > hg > xemacs-beta
comparison lwlib/xlwscrollbar.c @ 1389:6355bae896e3
[xemacs-hg @ 2003-03-27 12:57:36 by stephent]
use .Xresources not .Xdefaults <87adfhezt5.fsf@tleepslib.sk.tsukuba.ac.jp>
regexp-tests fix
author | stephent |
---|---|
date | Thu, 27 Mar 2003 12:57:53 +0000 |
parents | 7b8fc81f9587 |
children | 04bc9d2f42c7 |
comparison
equal
deleted
inserted
replaced
1388:aa75c11622fc | 1389:6355bae896e3 |
---|---|
24 | 24 |
25 /* | 25 /* |
26 * Athena-style scrollbar button bindings added on Sun Dec 24 22:03:57 1995 | 26 * Athena-style scrollbar button bindings added on Sun Dec 24 22:03:57 1995 |
27 * by Jonathan Stigelman <Stig@hackvan.com>... Ho ho ho! | 27 * by Jonathan Stigelman <Stig@hackvan.com>... Ho ho ho! |
28 * | 28 * |
29 * To use them, put this resource in your .Xdefaults | 29 * To use them, put this resource in your .Xresources |
30 * | 30 * |
31 * Emacs*XlwScrollBar.translations: #override \n\ | 31 * Emacs*XlwScrollBar.translations: #override \n\ |
32 * <Btn1Down>: PageDownOrRight() \n\ | 32 * <Btn1Down>: PageDownOrRight() \n\ |
33 * <Btn3Down>: PageUpOrLeft() \n\ | 33 * <Btn3Down>: PageUpOrLeft() \n\ |
34 * <Btn3Up>: Release() | 34 * <Btn3Up>: Release() |