application/window.h

changeset 51
e324291ca9f8
parent 18
af411868ab9b
equal deleted inserted replaced
50:9c25e2616bfa 51:e324291ca9f8
36 #include "application.h" 36 #include "application.h"
37 37
38 #ifdef __cplusplus 38 #ifdef __cplusplus
39 extern "C" { 39 extern "C" {
40 #endif 40 #endif
41 41
42 /* 42 /*
43 * toplevel UiObject* window data 43 * toplevel UiObject* window data
44 */ 44 */
45 typedef struct MainWindow { 45 typedef struct MainWindow {
46 UiInteger *progress; 46 UiInteger *progress;
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
59 void dav_resourceviewer_new(DavBrowser *browser, const char *path, DavResourceViewType type);
60 void* resourceviewer_proplist_getvalue(DavPropertyList *property, int col);
61
58 void action_go_back(UiEvent *event, void *data); 62 void action_go_back(UiEvent *event, void *data);
59 void action_go_forward(UiEvent *event, void *data); 63 void action_go_forward(UiEvent *event, void *data);
60 64
61 void action_path_selected(UiEvent *event, void *data); 65 void action_path_selected(UiEvent *event, void *data);
62 66

mercurial