CtrlCore: Gtk: Added support for pasting/droping Files (RM #401)

git-svn-id: svn://ultimatepp.org/upp/trunk@5698 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-01-02 22:00:43 +00:00
parent 11e17eacdd
commit 2594709c17
7 changed files with 84 additions and 34 deletions

View file

@ -131,7 +131,8 @@ public:
~ImageGdk();
};
Image ImageFromPixbufUnref(GdkPixbuf *pixbuf);
String FilesClipFromUrisFree(gchar **uris);
String ImageClipFromPixbufUnref(GdkPixbuf *pixbuf);
GdkAtom GAtom(const String& id);