2005-03-10 00:26:53 +03:00
|
|
|
//
|
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
|
|
|
//
|
2021-12-08 17:52:15 +03:00
|
|
|
// Copyright 1998-2021 by Bill Spitzak and others.
|
2005-03-10 00:26:53 +03:00
|
|
|
//
|
2011-07-19 08:49:30 +04: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 20:57:27 +03:00
|
|
|
// https://www.fltk.org/COPYING.php
|
2005-03-10 00:26:53 +03:00
|
|
|
//
|
2020-07-01 19:03:10 +03:00
|
|
|
// Please see the following page on how to report bugs and issues:
|
2005-03-17 10:11:57 +03:00
|
|
|
//
|
2020-07-01 19:03:10 +03:00
|
|
|
// https://www.fltk.org/bugs.php
|
2005-03-10 00:26:53 +03:00
|
|
|
//
|
|
|
|
|
2016-01-30 03:56:42 +03:00
|
|
|
// generated by Fast Light User Interface Designer (fluid) version 1.0400
|
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>
|
2020-04-06 20:57:27 +03:00
|
|
|
#include <time.h>
|
2020-07-01 19:03:10 +03:00
|
|
|
extern void show_help(const char *name);
|
2005-03-10 00:26:53 +03:00
|
|
|
#include <FL/Fl_Double_Window.H>
|
2014-10-30 20:24:57 +03:00
|
|
|
#include "../src/flstring.h"
|
2005-03-10 00:26:53 +03:00
|
|
|
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();
|
2016-07-20 21:06:27 +03:00
|
|
|
extern unsigned char fluid_org_png[27580];
|
1999-01-27 00:59:41 +03:00
|
|
|
#endif
|