2005-03-09 21:26:53 +00:00
|
|
|
//
|
|
|
|
// "$Id$"
|
|
|
|
//
|
2005-03-17 07:11:57 +00:00
|
|
|
// About dialog for the Fast Light Tool Kit (FLTK).
|
2005-03-09 21:26:53 +00:00
|
|
|
//
|
2018-05-01 11:08:38 +00:00
|
|
|
// Copyright 1998-2018 by Bill Spitzak and others.
|
2005-03-09 21:26:53 +00:00
|
|
|
//
|
2011-07-19 04:49:30 +00:00
|
|
|
// This library is free software. Distribution and use rights are outlined in
|
|
|
|
// the file "COPYING" which should have been included with this file. If this
|
|
|
|
// file is missing or damaged, see the license at:
|
|
|
|
//
|
|
|
|
// http://www.fltk.org/COPYING.php
|
2005-03-09 21:26:53 +00:00
|
|
|
//
|
2005-03-17 07:11:57 +00:00
|
|
|
// Please report all bugs and problems on the following page:
|
|
|
|
//
|
|
|
|
// http://www.fltk.org/str.php
|
2005-03-09 21:26:53 +00:00
|
|
|
//
|
|
|
|
|
2016-01-30 00:56:42 +00:00
|
|
|
// generated by Fast Light User Interface Designer (fluid) version 1.0400
|
1998-10-06 18:21:25 +00:00
|
|
|
|
1999-01-26 21:59:41 +00:00
|
|
|
#ifndef about_panel_h
|
|
|
|
#define about_panel_h
|
1998-10-06 18:21:25 +00:00
|
|
|
#include <FL/Fl.H>
|
2006-09-04 20:01:15 +00:00
|
|
|
extern void show_help(const char *name);
|
2005-03-09 21:26:53 +00:00
|
|
|
#include <FL/Fl_Double_Window.H>
|
2014-10-30 17:24:57 +00:00
|
|
|
#include "../src/flstring.h"
|
2005-03-09 21:26:53 +00:00
|
|
|
extern Fl_Double_Window *about_panel;
|
1999-08-05 08:01:40 +00:00
|
|
|
#include <FL/Fl_Box.H>
|
2005-03-17 07:11:57 +00:00
|
|
|
#include <FL/Fl_Button.H>
|
2005-11-02 13:55:13 +00:00
|
|
|
#include <FL/Fl_Return_Button.H>
|
2005-03-09 21:26:53 +00:00
|
|
|
Fl_Double_Window* make_about_panel();
|
2016-07-20 18:06:27 +00:00
|
|
|
extern unsigned char fluid_org_png[27580];
|
1999-01-26 21:59:41 +00:00
|
|
|
#endif
|
2005-03-09 21:26:53 +00:00
|
|
|
|
|
|
|
//
|
|
|
|
// End of "$Id$".
|
|
|
|
//
|