1 //
2 // "$Id$"
3 //
4 // FLUID print panel for the Fast Light Tool Kit (FLTK).
5 //
6 // Copyright 1998-2021 by Bill Spitzak and others.
7 //
8 // This library is free software. Distribution and use rights are outlined in
9 // the file "COPYING" which should have been included with this file.  If this
10 // file is missing or damaged, see the license at:
11 //
12 //     http://www.fltk.org/COPYING.php
13 //
14 // Please report all bugs and problems on the following page:
15 //
16 //     http://www.fltk.org/str.php
17 //
18 
19 // generated by Fast Light User Interface Designer (fluid) version 1.0308
20 
21 #ifndef print_panel_h
22 #define print_panel_h
23 #include <FL/Fl.H>
24 #include <FL/Fl_Double_Window.H>
25 extern Fl_Double_Window *print_panel;
26 #include <FL/Fl_Group.H>
27 extern Fl_Group *print_panel_controls;
28 #include <FL/Fl_Choice.H>
29 extern Fl_Choice *print_choice;
30 #include <FL/Fl_Button.H>
31 extern Fl_Button *print_properties;
32 #include <FL/Fl_Box.H>
33 extern Fl_Box *print_status;
34 #include <FL/Fl_Round_Button.H>
35 extern Fl_Round_Button *print_all;
36 extern Fl_Round_Button *print_pages;
37 extern Fl_Round_Button *print_selection;
38 #include <FL/Fl_Int_Input.H>
39 extern Fl_Int_Input *print_from;
40 extern Fl_Int_Input *print_to;
41 #include <FL/Fl_Spinner.H>
42 extern Fl_Spinner *print_copies;
43 #include <FL/Fl_Check_Button.H>
44 extern Fl_Check_Button *print_collate_button;
45 extern Fl_Group *print_collate_group[2];
46 #include <FL/Fl_Return_Button.H>
47 extern void print_cb(Fl_Return_Button*, void*);
48 #include <FL/Fl_Progress.H>
49 extern Fl_Progress *print_progress;
50 extern Fl_Double_Window *print_properties_panel;
51 extern Fl_Choice *print_page_size;
52 extern Fl_Button *print_output_mode[4];
53 Fl_Double_Window* make_print_panel();
54 extern Fl_Menu_Item menu_print_page_size[];
55 extern void print_cb(Fl_Return_Button *, void *);
56 void print_load();
57 void print_update_status();
58 #endif
59 
60 //
61 // End of "$Id$".
62 //
63