Mercurial > hg > xemacs-beta
view 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 source
#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 */