| 84 UIEXPORT int ui_list_selection_get_count(UiListSelection *sel); |
84 UIEXPORT int ui_list_selection_get_count(UiListSelection *sel); |
| 85 UIEXPORT int* ui_list_selection_get_rows(UiListSelection *sel); |
85 UIEXPORT int* ui_list_selection_get_rows(UiListSelection *sel); |
| 86 UIEXPORT void ui_list_set_selected_indices(UiList *list, int *indices, int num); |
86 UIEXPORT void ui_list_set_selected_indices(UiList *list, int *indices, int num); |
| 87 UIEXPORT void ui_list_selection_free(UiListSelection *sel); |
87 UIEXPORT void ui_list_selection_free(UiListSelection *sel); |
| 88 |
88 |
| |
89 UIEXPORT int ui_text_change_event_get_type(UiTextChangeEventData *event); |
| |
90 UIEXPORT int ui_text_change_event_get_begin(UiTextChangeEventData *event); |
| |
91 UIEXPORT int ui_text_change_event_get_end(UiTextChangeEventData *event); |
| |
92 UIEXPORT const char* ui_text_change_event_get_text(UiTextChangeEventData *event); |
| |
93 UIEXPORT int ui_text_change_event_get_length(UiTextChangeEventData *event); |
| |
94 |
| 89 UIEXPORT int ui_filelist_count(UiFileList *flist); |
95 UIEXPORT int ui_filelist_count(UiFileList *flist); |
| 90 UIEXPORT char* ui_filelist_get(UiFileList *flist, int index); |
96 UIEXPORT char* ui_filelist_get(UiFileList *flist, int index); |
| 91 |
97 |
| 92 UIEXPORT void ui_textstyle_set_bold(UiTextStyle *style, UiBool set); |
98 UIEXPORT void ui_textstyle_set_bold(UiTextStyle *style, UiBool set); |
| 93 UIEXPORT void ui_textstyle_set_underline(UiTextStyle *style, UiBool set); |
99 UIEXPORT void ui_textstyle_set_underline(UiTextStyle *style, UiBool set); |