Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
133:b27e67717092 | 134:34a5b81f86ba |
---|---|
1 #ifndef BALLOON_HELP_H | |
2 #define BALLOON_HELP_H | |
3 | |
4 #include <X11/Intrinsic.h> | |
5 | |
6 void balloon_help_create( Display* dpy, | |
7 Pixel fg, Pixel bg, Pixel shine, Pixel shadow, | |
8 XFontStruct* font ); | |
9 void balloon_help_destroy( void ); | |
10 void balloon_help_set_delay( unsigned long milliseconds ); | |
11 void balloon_help_show( const char* text ); | |
12 void balloon_help_hide( void ); | |
13 void balloon_help_move_to_pointer( void ); | |
14 | |
15 #endif /* BALLOON_HELP_H */ |