2005-03-10 00:26:53 +03:00
|
|
|
//
|
|
|
|
// "$Id$"
|
|
|
|
//
|
2005-03-17 10:11:57 +03:00
|
|
|
// About dialog for the Fast Light Tool Kit (FLTK).
|
2005-03-10 00:26:53 +03:00
|
|
|
//
|
2010-11-29 00:06:39 +03:00
|
|
|
// Copyright 1998-2010 by Bill Spitzak and others.
|
2005-03-10 00:26:53 +03:00
|
|
|
//
|
|
|
|
// This library is free software; you can redistribute it and/or
|
|
|
|
// modify it under the terms of the GNU Library General Public
|
|
|
|
// License as published by the Free Software Foundation; either
|
|
|
|
// version 2 of the License, or (at your option) any later version.
|
|
|
|
//
|
|
|
|
// This library is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
// Library General Public License for more details.
|
|
|
|
//
|
|
|
|
// You should have received a copy of the GNU Library General Public
|
|
|
|
// License along with this library; if not, write to the Free Software
|
|
|
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
|
|
// USA.
|
|
|
|
//
|
2005-03-17 10:11:57 +03:00
|
|
|
// Please report all bugs and problems on the following page:
|
|
|
|
//
|
|
|
|
// http://www.fltk.org/str.php
|
2005-03-10 00:26:53 +03:00
|
|
|
//
|
|
|
|
|
2008-08-16 00:32:01 +04:00
|
|
|
// generated by Fast Light User Interface Designer (fluid) version 1.0300
|
1998-10-06 22:21:25 +04:00
|
|
|
|
1999-01-27 00:59:41 +03:00
|
|
|
#ifndef about_panel_h
|
|
|
|
#define about_panel_h
|
1998-10-06 22:21:25 +04:00
|
|
|
#include <FL/Fl.H>
|
2006-09-05 00:01:15 +04:00
|
|
|
extern void show_help(const char *name);
|
2005-03-10 00:26:53 +03:00
|
|
|
#include <FL/Fl_Double_Window.H>
|
|
|
|
extern Fl_Double_Window *about_panel;
|
1999-08-05 12:01:40 +04:00
|
|
|
#include <FL/Fl_Box.H>
|
2005-03-17 10:11:57 +03:00
|
|
|
#include <FL/Fl_Button.H>
|
2005-11-02 16:55:13 +03:00
|
|
|
#include <FL/Fl_Return_Button.H>
|
2005-03-10 00:26:53 +03:00
|
|
|
Fl_Double_Window* make_about_panel();
|
1999-01-27 00:59:41 +03:00
|
|
|
#endif
|
2005-03-10 00:26:53 +03:00
|
|
|
|
|
|
|
//
|
|
|
|
// End of "$Id$".
|
|
|
|
//
|