Mercurial > hg > xemacs-beta
comparison src/balloon_help.h @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 41ff10fd062f |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
26 #include "xintrinsic.h" | 26 #include "xintrinsic.h" |
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_destroy (void); | |
32 void balloon_help_set_delay (unsigned long milliseconds); | 31 void balloon_help_set_delay (unsigned long milliseconds); |
33 void balloon_help_show (CONST char* text); | 32 void balloon_help_show (CONST char* text); |
34 void balloon_help_hide (void); | 33 void balloon_help_hide (void); |
35 void balloon_help_move_to_pointer (void); | 34 void balloon_help_move_to_pointer (void); |
36 | 35 |