r327: Files can now be dragged to pinboard icons, and they highlight nicely too!
[rox-filer/ma.git] / ROX-Filer / src / pinboard.h
blobc17649eda11df8d3ca2389805792e8d79318545d
1 /*
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@ecs.soton.ac.uk>.
6 */
8 #ifndef _PINBOARD_H
9 #define _PINBOARD_H
11 #include <glib.h>
13 typedef struct _Pinboard Pinboard;
14 typedef struct _PinIcon PinIcon;
16 void pinboard_activate(guchar *name);
17 void pinboard_pin(guchar *path, guchar *name, int x, int y);
18 void pinboard_unpin(PinIcon *icon);
19 void pinboard_wink_item(PinIcon *icon, gboolean timeout);
20 void pinboard_clear(void);
21 void pinboard_may_update(guchar *path);
23 #endif /* _PINBOARD_H */