From 4188bbb05f20d264987053edbd1d4a250884c7b8 Mon Sep 17 00:00:00 2001 From: corvid Date: Tue, 11 Jan 2011 02:15:10 +0000 Subject: more src/ui --- src/ui.hh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/ui.hh') diff --git a/src/ui.hh b/src/ui.hh index 79f71b35..600badc6 100644 --- a/src/ui.hh +++ b/src/ui.hh @@ -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); -- cgit v1.2.3