annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
134
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents:
diff changeset
1 #ifndef BALLOON_HELP_H
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents:
diff changeset
2 #define BALLOON_HELP_H
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents:
diff changeset
3
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents:
diff changeset
4 #include <X11/Intrinsic.h>
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents:
diff changeset
5
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents:
diff changeset
6 void balloon_help_create( Display* dpy,
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents:
diff changeset
7 Pixel fg, Pixel bg, Pixel shine, Pixel shadow,
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents:
diff changeset
8 XFontStruct* font );
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents:
diff changeset
9 void balloon_help_destroy( void );
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents:
diff changeset
10 void balloon_help_set_delay( unsigned long milliseconds );
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents:
diff changeset
11 void balloon_help_show( const char* text );
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents:
diff changeset
12 void balloon_help_hide( void );
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents:
diff changeset
13 void balloon_help_move_to_pointer( void );
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents:
diff changeset
14
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents:
diff changeset
15 #endif /* BALLOON_HELP_H */