view src/toolbar-xlike.h @ 5244:04811a268716

Be clearer in our error messages, #'canonicalize-inst-pair, #'canonicalize-spec lisp/ChangeLog addition: 2010-08-15 Aidan Kehoe <kehoea@parhasard.net> * specifier.el (canonicalize-inst-pair, canonicalize-spec): If a specifier tag set is correct, but an instantiator is not in an accepted format, don't error with the message "Invalid specifier tag set". Also, when we error, use error-symbols, for better structured error handling and more ease when testing. tests/ChangeLog addition: 2010-08-15 Aidan Kehoe <kehoea@parhasard.net> * automated/lisp-tests.el: (not, not, invalid-argument, invalid-argument): Check that error messages from the image specifier instantiator code are clearer than they used to be.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 15 Aug 2010 15:42:45 +0100
parents fce43cb76a1c
children 2aa9cd456ae7
line wrap: on
line source

/* toolbar-xlike.h
**
** Description: 
**
** Created by: William M. Perry
** Copyright (c) 2001 Free Software Foundation
**
*/

#ifndef __TOOLBAR_XLIKE_H__
#define __TOOLBAR_XLIKE_H__

extern void xlike_output_frame_toolbars (struct frame *f);
extern void xlike_redraw_exposed_toolbars (struct frame *f,
					    int x, int y,
					    int width, int height);
extern void xlike_redraw_frame_toolbars (struct frame *f);
extern void xlike_output_toolbar_button (struct frame *f, Lisp_Object button);
extern void xlike_clear_frame_toolbars (struct frame *f);

#endif /* __TOOLBAR_XLIKE_H__ */