mirror of https://github.com/fltk/fltk
19 lines
514 B
C
19 lines
514 B
C
// generated by Fast Light User Interface Designer (fluid) version 1.00
|
|
|
|
#ifndef about_panel_h
|
|
#define about_panel_h
|
|
#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);
|
|
extern Fl_Window *about_panel;
|
|
extern Fl_Group *display_group;
|
|
extern Fl_Box *copyright_box;
|
|
#endif
|