comparison src/balloon_help.h @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children abe6d1db359e
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 /* Synched up with: Not in FSF. */ 21 /* Synched up with: Not in FSF. */
22 22
23 #ifndef BALLOON_HELP_H 23 #ifndef INCLUDED_balloon_help_h_
24 #define BALLOON_HELP_H 24 #define INCLUDED_balloon_help_h_
25 25
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,
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 /* BALLOON_HELP_H */ 36 #endif /* INCLUDED_balloon_help_h_ */