wmix: more small improvements to the man page
[dockapps.git] / wmweather+ / wmgeneral / wmgeneral-gtk.h
blob99c0ea8c8efd17d09e9995d887b0fc79f34dbeb3
1 #ifndef WMGENERAL_GTK_H_INCLUDED
2 #define WMGENERAL_GTK_H_INCLUDED
4 #include <gtk/gtk.h>
6 /***********************/
7 /* Function Prototypes */
8 /***********************/
10 void openDockWindow(int argc, char *argv[], char **, char *, int, int);
11 void RedrawWindow(void);
12 void RedrawWindowXY(int x, int y);
13 void setClickCallback(void (*func)(GdkEventButton *ev));
15 void createXBMfromXPM(char *, char **, int, int);
16 void copyPixmapArea(int, int, int, int, int, int);
17 void copyMaskArea(int, int, int, int, int, int);
18 void setMaskXY(int, int);
20 #endif