FLTK 1.3.0
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 static Fl_Double_Window* make_print_panel();
00039 static void print_cb(Fl_Return_Button *, void *); 
00040 static void print_load();
00041 static void print_update_status();
00042 #endif
00043 
00044 //
00045 // End of "$Id$".
00046 //