File: dndsetup.h

package info (click to toggle)
gtoaster 0.19991130-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,700 kB
  • ctags: 1,318
  • sloc: ansic: 12,739; sh: 353; makefile: 217; sed: 93
file content (15 lines) | stat: -rw-r--r-- 357 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* some Drag and Drop support functions */

#ifndef DNDSETUP_H
#define DNDSETUP_H

#include <gtk/gtk.h>

#include "main.h"
#include "dndsetup.h"

void dndsetup_drag(GtkWidget *,GtkSignalFunc,GtkSignalFunc,void*);
// Widget to use,function delivering data,function called on success
void dndsetup_drop(GtkWidget *,GtkSignalFunc,void*);

#endif // DNDSETUP_H