Mercurial > hg > xemacs-beta
comparison src/balloon_help.h @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 8de8e3f6228a |
children | 308d34e9f07d |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
27 | 27 |
28 void balloon_help_create (Display* dpy, | 28 void balloon_help_create (Display* dpy, |
29 Pixel fg, Pixel bg, Pixel shine, Pixel shadow, | 29 Pixel fg, Pixel bg, Pixel shine, Pixel shadow, |
30 XFontStruct* font); | 30 XFontStruct* font); |
31 void balloon_help_set_delay (unsigned long milliseconds); | 31 void balloon_help_set_delay (unsigned long milliseconds); |
32 void balloon_help_show (CONST char* text); | 32 void balloon_help_show (const char* text); |
33 void balloon_help_hide (void); | 33 void balloon_help_hide (void); |
34 void balloon_help_move_to_pointer (void); | 34 void balloon_help_move_to_pointer (void); |
35 | 35 |
36 #endif /* INCLUDED_balloon_help_h_ */ | 36 #endif /* INCLUDED_balloon_help_h_ */ |