application/window.h

changeset 14
872d570ae843
parent 13
5a8762fcfecc
child 15
78684a24dc52
equal deleted inserted replaced
13:5a8762fcfecc 14:872d570ae843
46 UiInteger *progress; 46 UiInteger *progress;
47 } MainWindow; 47 } MainWindow;
48 48
49 void window_init(void); 49 void window_init(void);
50 50
51
51 UiObject* window_create(void); 52 UiObject* window_create(void);
52 53
53 void* window_resource_table_getvalue(DavResource *res, int col); 54 void* window_resource_table_getvalue(DavResource *res, int col);
54 55
55 void window_progress(MainWindow *win, int on); 56 void window_progress(MainWindow *win, int on);

mercurial