• Main Page
  • Related Pages
  • Modules
  • Classes
  • Files
  • File List
  • File Members

print_panel.h

00001 //
00002 // "$Id$"
00003 //
00004 // Print panel for the Fast Light Tool Kit (FLTK).
00005 //
00006 // Copyright 1998-2010 by Bill Spitzak and others.
00007 //
00008 // This library is free software. Distribution and use rights are outlined in
00009 // the file "COPYING" which should have been included with this file.  If this
00010 // file is missing or damaged, see the license at:
00011 //
00012 //     http://www.fltk.org/COPYING.php
00013 //
00014 // Please report all bugs and problems on the following page:
00015 //
00016 //     http://www.fltk.org/str.php
00017 //
00018 
00019 //
00020 // This is a temporary file.  It is only for development and will
00021 // probably be removed later.
00022 //
00023 
00024 #ifndef print_panel_h
00025 #define print_panel_h
00026 #include <FL/Fl.H>
00027 #include <FL/Fl_Double_Window.H>
00028 #include <FL/Fl_Group.H>
00029 #include <FL/Fl_Choice.H>
00030 #include <FL/Fl_Button.H>
00031 #include <FL/Fl_Box.H>
00032 #include <FL/Fl_Round_Button.H>
00033 #include <FL/Fl_Input.H>
00034 #include <FL/Fl_Spinner.H>
00035 #include <FL/Fl_Check_Button.H>
00036 #include <FL/Fl_Return_Button.H>
00037 #include <FL/Fl_Progress.H>
00038 enum printing_style {SystemV, BSD};
00039 static Fl_Double_Window* make_print_panel();
00040 static void print_cb(Fl_Return_Button *, void *); 
00041 static printing_style print_load();
00042 static void print_update_status();
00043 #endif
00044 
00045 //
00046 // End of "$Id$".
00047 //
  • © 1998-2016 by Bill Spitzak and others.     FLTK

  • © 1998-2016 by Bill Spitzak and others.     FLTK

    Permission is granted to reproduce this manual or any portion for any purpose, provided this copyright and permission notice are preserved.