| 67 |
67 |
| 68 void ui_listview_update(UiList *list, int row); |
68 void ui_listview_update(UiList *list, int row); |
| 69 UiListSelection ui_listview_getselection(UiList *list); |
69 UiListSelection ui_listview_getselection(UiList *list); |
| 70 void ui_listview_setselection(UiList *list, UiListSelection selection); |
70 void ui_listview_setselection(UiList *list, UiListSelection selection); |
| 71 |
71 |
| |
72 void ui_dropdown_eventproc(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); |
| |
73 W32Size ui_dropdown_get_preferred_size(W32Widget *widget); |
| |
74 |
| |
75 void ui_dropdown_update(UiList *list, int row); |
| |
76 UiListSelection ui_dropdown_getselection(UiList *list); |
| |
77 void ui_dropdown_setselection(UiList *list, UiListSelection selection); |
| |
78 |
| 72 #ifdef __cplusplus |
79 #ifdef __cplusplus |
| 73 } |
80 } |
| 74 #endif |
81 #endif |
| 75 |
82 |
| 76 #endif //_LIST_H |
83 #endif //_LIST_H |