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
|
|
|
//
|
2015-03-10 04:41:55 +03:00
|
|
|
// Copyright 1998-2015 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:
|
|
|
|
//
|
|
|
|
// http://www.fltk.org/COPYING.php
|
2005-03-10 00:26:53 +03:00
|
|
|
//
|
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
|
|
|
//
|
|
|
|
|
2015-03-10 04:41:55 +03:00
|
|
|
// generated by Fast Light User Interface Designer (fluid) version 1.0304
|
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>
|
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();
|
2011-01-24 20:04:22 +03:00
|
|
|
extern unsigned char fluid_org_png[12690];
|
1999-01-27 00:59:41 +03:00
|
|
|
#endif
|
2005-03-10 00:26:53 +03:00
|
|
|
|
|
|
|
//
|
|
|
|
// End of "$Id$".
|
|
|
|
//
|