14 #ifndef T3_WIDGET_EXTCLIPBOARD_H
15 #define T3_WIDGET_EXTCLIPBOARD_H
17 #ifndef _T3_WIDGET_INTERNAL
18 #error This header file is for internal use _only_!!
26 #include "widget_api.h"
31 T3_WIDGET_API
extern linked_ptr<std::string>::t clipboard_data;
32 T3_WIDGET_API
extern linked_ptr<std::string>::t primary_data;
34 #define EXTCLIPBOARD_VERSION 1
39 void (*release_selections)(void);
40 linked_ptr<std::string>::t (*get_selection)(
bool clipboard);
41 void (*claim_selection)(
bool clipboard, std::string *data);