Go to the documentation of this file.00001
00005 #ifndef __IM_CLIPBOARD_H
00006 #define __IM_CLIPBOARD_H
00007
00008 #include <im.h>
00009 #include <im_image.h>
00010
00011 #if defined(__cplusplus)
00012 extern "C" {
00013 #endif
00014
00022 imImage* imClipboardPasteImage(void);
00023
00026 int imClipboardCanPasteImage(void);
00027
00030 void imClipboardCopyImage(imImage* image);
00031
00034 void imClipboardCopyText(const char* str);
00035
00036
00037 #if defined(__cplusplus)
00038 }
00039 #endif
00040
00041 #endif