1998-10-22 02:00:10 +04:00
|
|
|
// generated by Fast Light User Interface Designer (fluid) version 1.00
|
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>
|
|
|
|
#include <FL/Fl_Box.H>
|
|
|
|
#include <FL/Fl_Button.H>
|
|
|
|
#include <FL/Fl_Group.H>
|
|
|
|
#include <FL/Fl_Return_Button.H>
|
|
|
|
#include <FL/Fl_Window.H>
|
|
|
|
extern Fl_Window *about_panel;
|
|
|
|
extern Fl_Group *display_group;
|
|
|
|
extern Fl_Box *copyright_box;
|
|
|
|
Fl_Window* make_about_panel(const char *copyright);
|
1999-01-27 00:59:41 +03:00
|
|
|
extern Fl_Window *about_panel;
|
|
|
|
extern Fl_Group *display_group;
|
|
|
|
extern Fl_Box *copyright_box;
|
|
|
|
#endif
|