Mercurial > hg > xemacs-beta
annotate src/toolbar-xlike.h @ 5110:b24cf478a45e
make test backtraces smaller
-------------------- ChangeLog entries follow: --------------------
lisp/ChangeLog addition:
2010-03-06 Ben Wing <ben@xemacs.org>
* test-harness.el:
* test-harness.el (test-harness-backtrace): New.
* test-harness.el (test-harness-assertion-failure-do-debug):
* test-harness.el (test-harness-unexpected-error-do-debug):
Use the print settings from edebug.el to make backtraces not
be so huge.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 06 Mar 2010 21:13:19 -0600 |
parents | fce43cb76a1c |
children | 2aa9cd456ae7 |
rev | line source |
---|---|
4917 | 1 /* toolbar-xlike.h |
713 | 2 ** |
3 ** Description: | |
4 ** | |
5 ** Created by: William M. Perry | |
6 ** Copyright (c) 2001 Free Software Foundation | |
7 ** | |
8 */ | |
9 | |
4917 | 10 #ifndef __TOOLBAR_XLIKE_H__ |
11 #define __TOOLBAR_XLIKE_H__ | |
713 | 12 |
4917 | 13 extern void xlike_output_frame_toolbars (struct frame *f); |
14 extern void xlike_redraw_exposed_toolbars (struct frame *f, | |
713 | 15 int x, int y, |
16 int width, int height); | |
4917 | 17 extern void xlike_redraw_frame_toolbars (struct frame *f); |
18 extern void xlike_output_toolbar_button (struct frame *f, Lisp_Object button); | |
19 extern void xlike_clear_frame_toolbars (struct frame *f); | |
713 | 20 |
4917 | 21 #endif /* __TOOLBAR_XLIKE_H__ */ |