27 #include <FL/Fl_Double_Window.H>    28 #include <FL/Fl_Group.H>    29 #include <FL/Fl_Choice.H>    30 #include <FL/Fl_Button.H>    31 #include <FL/Fl_Box.H>    32 #include <FL/Fl_Round_Button.H>    33 #include <FL/Fl_Input.H>    34 #include <FL/Fl_Spinner.H>    35 #include <FL/Fl_Check_Button.H>    36 #include <FL/Fl_Return_Button.H>    37 #include <FL/Fl_Progress.H>    38 enum printing_style {SystemV, BSD};
    41 static printing_style print_load();
    42 static void print_update_status();
 
The Fl_Double_Window provides a double-buffered window. 
Definition: Fl_Double_Window.H:40