ui/ui/dnd.h

branch
newapi
changeset 243
9f66c31a27ed
parent 224
88bc21b19213
equal deleted inserted replaced
242:4ff7361dce95 243:9f66c31a27ed
39 39
40 UIEXPORT void ui_selection_settext(UiDnD *sel, char *str, int len); 40 UIEXPORT void ui_selection_settext(UiDnD *sel, char *str, int len);
41 UIEXPORT void ui_selection_seturis(UiDnD *sel, char **uris, int nelm); 41 UIEXPORT void ui_selection_seturis(UiDnD *sel, char **uris, int nelm);
42 42
43 UIEXPORT char* ui_selection_gettext(UiDnD *sel); 43 UIEXPORT char* ui_selection_gettext(UiDnD *sel);
44 UIEXPORT char** ui_selection_geturis(UiDnD *sel, size_t *nelm); 44 UIEXPORT UiFileList ui_selection_geturis(UiDnD *sel);
45 45
46 46
47 #ifdef __cplusplus 47 #ifdef __cplusplus
48 } 48 }
49 #endif 49 #endif

mercurial