1# data file for the Fltk User Interface Designer (fluid)
2version 1.0300
3header_name {.h}
4code_name {.cxx}
5comment {//
6// "$Id: about_panel.fl 8306 2011-01-24 17:04:22Z matt $"
7//
8// About dialog for the Fast Light Tool Kit (FLTK).
9//
10// Copyright 1998-2010 by Bill Spitzak and others.
11//
12// This library is free software; you can redistribute it and/or
13// modify it under the terms of the GNU Library General Public
14// License as published by the Free Software Foundation; either
15// version 2 of the License, or (at your option) any later version.
16//
17// This library is distributed in the hope that it will be useful,
18// but WITHOUT ANY WARRANTY; without even the implied warranty of
19// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
20// Library General Public License for more details.
21//
22// You should have received a copy of the GNU Library General Public
23// License along with this library; if not, write to the Free Software
24// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
25// USA.
26//
27// Please report all bugs and problems on the following page:
28//
29//     http://www.fltk.org/str.php
30//
31} {in_source in_header
32}
33
34decl {void show_help(const char *name);} {public local
35}
36
37Function {make_about_panel()} {} {
38  Fl_Window about_panel {
39    label {About FLUID} open
40    xywh {419 216 345 180} type Double color 50 selection_color 47 hotspot non_modal visible
41  } {
42    Fl_Box {} {
43      image {icons/fluid-96.xpm} xywh {10 10 115 120}
44    }
45    Fl_Box {} {
46      label {FLTK User
47Interface Designer
48Version 1.3.0}
49      xywh {135 10 200 70} color 12 selection_color 47 labelfont 1 labelsize 18 align 21
50    }
51    Fl_Box {} {
52      label {Copyright 1998-2010 by
53Bill Spitzak and others}
54      xywh {135 90 200 45} align 148
55    }
56    Fl_Button {} {
57      label {View License...}
58      callback {show_help("license.html");}
59      xywh {115 145 123 25} labelcolor 136
60    }
61    Fl_Return_Button {} {
62      label Close
63      callback {((Fl_Window*)(o->parent()))->hide();}
64      xywh {250 145 83 25}
65    }
66  }
67}
68
69data fluid_org_png {
70  comment {Embedded image for internal fluid.html web page.} public local filename {../documentation/src/fluid-org.png}
71}
72
73comment {
74//
75// End of "$Id: about_panel.fl 8306 2011-01-24 17:04:22Z matt $".
76//} {in_source in_header
77}
78