print_panel.h 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. //
  2. // "$Id: print_panel.fl 8864 2011-07-19 04:49:30Z greg.ercolano $"
  3. //
  4. // FLUID print panel for the Fast Light Tool Kit (FLTK).
  5. //
  6. // Copyright 1998-2010 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. // generated by Fast Light User Interface Designer (fluid) version 1.0302
  19. #ifndef print_panel_h
  20. #define print_panel_h
  21. #include <FL/Fl.H>
  22. #include <FL/Fl_Double_Window.H>
  23. extern Fl_Double_Window *print_panel;
  24. #include <FL/Fl_Group.H>
  25. extern Fl_Group *print_panel_controls;
  26. #include <FL/Fl_Choice.H>
  27. extern Fl_Choice *print_choice;
  28. #include <FL/Fl_Button.H>
  29. extern Fl_Button *print_properties;
  30. #include <FL/Fl_Box.H>
  31. extern Fl_Box *print_status;
  32. #include <FL/Fl_Round_Button.H>
  33. extern Fl_Round_Button *print_all;
  34. extern Fl_Round_Button *print_pages;
  35. extern Fl_Round_Button *print_selection;
  36. #include <FL/Fl_Int_Input.H>
  37. extern Fl_Int_Input *print_from;
  38. extern Fl_Int_Input *print_to;
  39. #include <FL/Fl_Spinner.H>
  40. extern Fl_Spinner *print_copies;
  41. #include <FL/Fl_Check_Button.H>
  42. extern Fl_Check_Button *print_collate_button;
  43. extern Fl_Group *print_collate_group[2];
  44. #include <FL/Fl_Return_Button.H>
  45. #include <FL/Fl_Progress.H>
  46. extern Fl_Progress *print_progress;
  47. extern Fl_Double_Window *print_properties_panel;
  48. extern Fl_Choice *print_page_size;
  49. extern Fl_Button *print_output_mode[4];
  50. Fl_Double_Window* make_print_panel();
  51. extern Fl_Menu_Item menu_print_page_size[];
  52. void print_cb(Fl_Return_Button *, void *);
  53. void print_load();
  54. void print_update_status();
  55. #endif
  56. //
  57. // End of "$Id: print_panel.fl 8864 2011-07-19 04:49:30Z greg.ercolano $".
  58. //