view src/toolbar-common.h @ 1099:85cb05c9227e

[xemacs-hg @ 2002-11-11 16:56:15 by stephent] move entries to etc/ChangeLog bold-italic resource <877kfk19id.fsf@tleepslib.sk.tsukuba.ac.jp> bold-italic resource <87bs4w19tt.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Mon, 11 Nov 2002 16:56:19 +0000
parents c15f25529e61
children
line wrap: on
line source

/* 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);
extern void common_clear_frame_toolbars (struct frame *f);

#endif /* __TOOLBAR_COMMON_H__ */