2005-03-09 21:26:53 +00:00
|
|
|
//
|
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
|
|
|
//
|
2021-12-08 15:52:15 +01:00
|
|
|
// Copyright 1998-2021 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:
|
|
|
|
//
|
2020-04-06 19:57:27 +02:00
|
|
|
// https://www.fltk.org/COPYING.php
|
2005-03-09 21:26:53 +00:00
|
|
|
//
|
2020-07-01 18:03:10 +02:00
|
|
|
// Please see the following page on how to report bugs and issues:
|
2005-03-17 07:11:57 +00:00
|
|
|
//
|
2020-07-01 18:03:10 +02:00
|
|
|
// https://www.fltk.org/bugs.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>
|
2020-04-06 19:57:27 +02:00
|
|
|
#include <time.h>
|
2020-07-01 18:03:10 +02: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();
|
2024-04-19 14:30:47 +02:00
|
|
|
extern unsigned char fluid_flow_chart_800_png[41559];
|
1999-01-26 21:59:41 +00:00
|
|
|
#endif
|