2003-03-26 07:12:16 +03:00
|
|
|
// generated by Fast Light User Interface Designer (fluid) version 1.0104
|
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>
|
2002-01-01 18:11:33 +03:00
|
|
|
extern void show_help(const char *name);
|
1998-10-06 22:21:25 +04:00
|
|
|
#include <FL/Fl_Window.H>
|
|
|
|
extern Fl_Window *about_panel;
|
1999-08-05 12:01:40 +04:00
|
|
|
#include <FL/Fl_Group.H>
|
1998-10-06 22:21:25 +04:00
|
|
|
extern Fl_Group *display_group;
|
1999-08-05 12:01:40 +04:00
|
|
|
#include <FL/Fl_Box.H>
|
|
|
|
#include <FL/Fl_Button.H>
|
|
|
|
#include <FL/Fl_Return_Button.H>
|
2002-01-01 18:11:33 +03:00
|
|
|
Fl_Window* make_about_panel();
|
1999-01-27 00:59:41 +03:00
|
|
|
#endif
|