ui/common/wrapper.h

changeset 700
7032f69a325c
parent 693
3e1cd004da0a
child 736
3ad4792ffadc
equal deleted inserted replaced
699:148618eff948 700:7032f69a325c
77 UIEXPORT UiListSelection* ui_list_get_selection_allocated(UiList *list); 77 UIEXPORT UiListSelection* ui_list_get_selection_allocated(UiList *list);
78 UIEXPORT int ui_list_selection_get_count(UiListSelection *sel); 78 UIEXPORT int ui_list_selection_get_count(UiListSelection *sel);
79 UIEXPORT int* ui_list_selection_get_rows(UiListSelection *sel); 79 UIEXPORT int* ui_list_selection_get_rows(UiListSelection *sel);
80 UIEXPORT void ui_list_selection_free(UiListSelection *sel); 80 UIEXPORT void ui_list_selection_free(UiListSelection *sel);
81 81
82 UIEXPORT int ui_filelist_count(UiFileList *flist);
83 UIEXPORT char* ui_filelist_get(UiFileList *flist, int index);
84
82 85
83 #ifdef __cplusplus 86 #ifdef __cplusplus
84 } 87 }
85 #endif 88 #endif
86 89

mercurial