application/window.h

changeset 15
78684a24dc52
parent 14
872d570ae843
child 18
af411868ab9b
equal deleted inserted replaced
14:872d570ae843 15:78684a24dc52
53 53
54 void* window_resource_table_getvalue(DavResource *res, int col); 54 void* window_resource_table_getvalue(DavResource *res, int col);
55 55
56 void window_progress(MainWindow *win, int on); 56 void window_progress(MainWindow *win, int on);
57 57
58 void action_go_back(UiEvent *event, void *data);
59 void action_go_forward(UiEvent *event, void *data);
60
58 void action_path_selected(UiEvent *event, void *data); 61 void action_path_selected(UiEvent *event, void *data);
59 62
60 void action_list_activate(UiEvent *event, void *data); 63 void action_list_activate(UiEvent *event, void *data);
61 64
62 #ifdef __cplusplus 65 #ifdef __cplusplus

mercurial