Mercurial > hg > xemacs-beta
diff src/toolbar-common.h @ 713:c2c346111c9a
[xemacs-hg @ 2001-12-23 01:11:00 by wmperry]
New common redisplay-based toolbar code.
author | wmperry |
---|---|
date | Sun, 23 Dec 2001 01:11:00 +0000 |
parents | |
children | c15f25529e61 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/toolbar-common.h Sun Dec 23 01:11:00 2001 +0000 @@ -0,0 +1,20 @@ +/* toolbar-common.h +** +** Description: +** +** Created by: William M. Perry +** Copyright (c) 2001 Free Software Foundation +** +*/ + +#ifndef __TOOLBAR_COMMON_H__ +#define __TOOLBAR_COMMON_H__ + +extern void common_output_frame_toolbars (struct frame *f); +extern void common_redraw_exposed_toolbars (struct frame *f, + int x, int y, + int width, int height); +extern void common_redraw_frame_toolbars (struct frame *f); +extern void common_output_toolbar_button (struct frame *f, Lisp_Object button); + +#endif /* __TOOLBAR_COMMON_H__ */