Mercurial > hg > xemacs-beta
view src/toolbar-common.h @ 4473:0204391fc17c
#'require hyper-apropos in #'describe-property-list, for hyper-apropos-face
2008-06-04 Aidan Kehoe <kehoea@parhasard.net>
* descr-text.el (describe-property-list):
#'require hyper-apropos, since we use hyper-apropos-face
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 04 Jun 2008 21:57:49 +0200 |
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__ */