1 # data file for the Fltk User Interface Designer (fluid)
5 decl {\#include <FL/Fl.H>} {private local
8 decl {\#include <FL/Fl_Shared_Image.H>} {private local
11 decl {\#include <FL/filename.H>} {private local
14 Function {open_url( const char *url )} {open return_type void
16 code {fl_open_uri( url );} {}
19 class About_Dialog {open
21 Function {About_Dialog( const char *logo_filename )} {} {
22 code {make_window( logo_filename );} {}
24 Function {run()} {return_type void
28 while ( window->shown() )
33 Function {make_window( const char *logo_filename )} {open private
39 if ( logo_box->image() )
41 ((Fl_Shared_Image*)logo_box->image())->release();
44 private xywh {1183 305 560 695} type Double xclass {Non-DAW} visible
54 label {Non-DAW was written from scratch by
55 Jonathan Moore Liles for his own use
58 Nobody planned. Nobody helped.
59 You can help now by donating time, money,
60 and/or replacing the rest of Linux Audio
61 with fast, light, reliable alternatives.}
62 xywh {5 389 545 249} box ROUNDED_BOX color 46 labelsize 18
67 xywh {2 378 553 268} hide
71 xywh {43 389 462 22} labeltype SHADOW_LABEL labelfont 1 labelsize 18
74 label {This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
76 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
78 You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.}
79 xywh {10 414 535 225} box ROUNDED_BOX color 46 labelfont 1 labelsize 12 labelcolor 53 align 144
84 label VERSION selected
85 xywh {5 5 550 305} color 48 labelfont 1 labelsize 18 align 16
86 code0 {o->image( Fl_Shared_Image::get( logo_filename ) );}
87 code1 {o->label( VERSION );}
91 callback {o->window()->do_callback();}
94 Fl_Button website_url {
95 label {http://non-daw.tuxfamily.org}
96 callback {open_url( o->label() );}
97 xywh {125 660 245 30} color 14 labeltype SHADOW_LABEL labelcolor 6
101 xywh {5 317 545 29} labeltype SHADOW_LABEL labelfont 3 labelsize 17