| 81 UIEXPORT void ui_list_selection_free(UiListSelection *sel); |
81 UIEXPORT void ui_list_selection_free(UiListSelection *sel); |
| 82 |
82 |
| 83 UIEXPORT int ui_filelist_count(UiFileList *flist); |
83 UIEXPORT int ui_filelist_count(UiFileList *flist); |
| 84 UIEXPORT char* ui_filelist_get(UiFileList *flist, int index); |
84 UIEXPORT char* ui_filelist_get(UiFileList *flist, int index); |
| 85 |
85 |
| |
86 UIEXPORT void ui_textstyle_set_bold(UiTextStyle *style, UiBool set); |
| |
87 UIEXPORT void ui_textstyle_set_underline(UiTextStyle *style, UiBool set); |
| |
88 UIEXPORT void ui_textstyle_set_italic(UiTextStyle *style, UiBool set); |
| |
89 UIEXPORT void ui_textstyle_set_color(UiTextStyle *style, int r, int g, int b); |
| |
90 UIEXPORT void ui_textstyle_enable_color(UiTextStyle *style, UiBool enable); |
| |
91 |
| 86 |
92 |
| 87 #ifdef __cplusplus |
93 #ifdef __cplusplus |
| 88 } |
94 } |
| 89 #endif |
95 #endif |
| 90 |
96 |