Mercurial > hg > xemacs-beta
diff src/balloon_help.h @ 134:34a5b81f86ba r20-2b1
Import from CVS: tag r20-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:30:11 +0200 |
parents | |
children | b980b6286996 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/balloon_help.h Mon Aug 13 09:30:11 2007 +0200 @@ -0,0 +1,15 @@ +#ifndef BALLOON_HELP_H +#define BALLOON_HELP_H + +#include <X11/Intrinsic.h> + +void balloon_help_create( Display* dpy, + Pixel fg, Pixel bg, Pixel shine, Pixel shadow, + XFontStruct* font ); +void balloon_help_destroy( void ); +void balloon_help_set_delay( unsigned long milliseconds ); +void balloon_help_show( const char* text ); +void balloon_help_hide( void ); +void balloon_help_move_to_pointer( void ); + +#endif /* BALLOON_HELP_H */