comparison src/balloon_help.h @ 203:850242ba4a81 r20-3b28

Import from CVS: tag r20-3b28
author cvs
date Mon, 13 Aug 2007 10:02:21 +0200
parents b980b6286996
children 41ff10fd062f
comparison
equal deleted inserted replaced
202:61eefc8fc970 203:850242ba4a81
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); 31 void balloon_help_destroy (void);
32 void balloon_help_set_delay (unsigned long milliseconds); 32 void balloon_help_set_delay (unsigned long milliseconds);
33 void balloon_help_show (const char* text); 33 void balloon_help_show (CONST char* text);
34 void balloon_help_hide (void); 34 void balloon_help_hide (void);
35 void balloon_help_move_to_pointer (void); 35 void balloon_help_move_to_pointer (void);
36 36
37 #endif /* BALLOON_HELP_H */ 37 #endif /* BALLOON_HELP_H */