diff options
author | corvid <corvid@lavabit.com> | 2011-01-11 02:15:10 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-01-11 02:15:10 +0000 |
commit | 4188bbb05f20d264987053edbd1d4a250884c7b8 (patch) | |
tree | dcc0301fafc81d7cd2971a6a489d6a48f2b35e80 /src/ui.hh | |
parent | 885f3bc2c339ef009853da785f6b06ffab7e0622 (diff) |
more src/ui
Diffstat (limited to 'src/ui.hh')
-rw-r--r-- | src/ui.hh | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -50,8 +50,7 @@ class UI : public Fl_Group { Fl_Input *Location; Fl_Pack *ProgBox; CustProgressBox *PProg, *IProg; - Fl_Group *Panel, *StatusPanel; - Fl_Widget *Main; + Fl_Group *Panel, *Main, *StatusPanel; Fl_Output *StatusOutput; int MainIdx; @@ -87,7 +86,7 @@ public: void set_page_prog(size_t nbytes, int cmd); void set_img_prog(int n_img, int t_img, int cmd); void set_bug_prog(int n_bug); - void set_render_layout(Fl_Widget &nw); + void set_render_layout(Fl_Group &nw); void set_tab_title(const char *label); void customize(int flags); void button_set_sens(UIButton btn, int sens); |