Added the ability to paste from the clipboard to the data sheet.
[pspp-builds.git] / src / ui / gui / clipboard.h
index 1cdffe8f7ca9f77e9b1773110a5ac9c3e6cb5383..b7bd5782d041621faf1252daee149e8de2de4e7b 100644 (file)
 
 void data_sheet_set_clip (GtkSheet *data_sheet);
 
+void data_sheet_contents_received_callback (GtkClipboard *clipboard,
+                                           GtkSelectionData *sd,
+                                           gpointer data);
+
 
 #endif /* CLIPBOARD_H */