Update for the new fluid in 1.1.8rc2

This commit is contained in:
Jonathan Moore Liles 2008-03-14 13:38:58 -05:00
parent 72ba000470
commit c5ff8f6159
2 changed files with 12 additions and 15 deletions

View File

@ -595,9 +595,8 @@ g->mode( g->mode() == MUTE ? PLAY : MUTE );
o->value( g->mode() == MUTE ); o->value( g->mode() == MUTE );
pattern_solo_button->value( 0 );} pattern_solo_button->value( 0 );} selected
xywh {10 738 90 23} type Normal color 37 xywh {10 738 90 23} type Normal color 37
code0 {// o->type(FL_RADIO_BUTTON);}
} }
Fl_Light_Button pattern_solo_button { Fl_Light_Button pattern_solo_button {
label Solo label Solo
@ -609,7 +608,6 @@ o->value( g->mode() == SOLO );
pattern_mute_button->value( 0 );} pattern_mute_button->value( 0 );}
xywh {110 738 91 23} type Normal color 37 xywh {110 738 91 23} type Normal color 37
code0 {// o->type( FL_RADIO_BUTTON );}
} }
Fl_Text_Editor pattern_notes_edit { Fl_Text_Editor pattern_notes_edit {
label {Notes:} label {Notes:}
@ -935,7 +933,7 @@ else
} }
Fl_Counter {} { Fl_Counter {} {
callback {transport.set_beats_per_minute( o->value() );} callback {transport.set_beats_per_minute( o->value() );}
xywh {43 41 97 24} labeltype NO_LABEL align 4 xywh {43 41 97 24} labeltype NO_LABEL align 4 step 0.1
code1 {transport.signal_tempo_change.connect( sigc::mem_fun( o, static_cast<int (Fl_Counter::*)(double)>(&Fl_Counter::value) ) );} code1 {transport.signal_tempo_change.connect( sigc::mem_fun( o, static_cast<int (Fl_Counter::*)(double)>(&Fl_Counter::value) ) );}
code2 {o->value( transport.beats_per_minute );} code2 {o->value( transport.beats_per_minute );}
} }
@ -1005,7 +1003,7 @@ You should have received a copy of the GNU General Public License along with thi
} }
Fl_Button {} { Fl_Button {} {
label {http://non.tuxfamily.org} label {http://non.tuxfamily.org}
callback {fl_open_uri( "http://non.tuxfamily.org" );} selected callback {fl_open_uri( "http://non.tuxfamily.org" );}
xywh {178 554 188 30} color 14 labeltype SHADOW_LABEL labelcolor 6 xywh {178 554 188 30} color 14 labeltype SHADOW_LABEL labelcolor 6
} }
Fl_Return_Button {} { Fl_Return_Button {} {
@ -1642,14 +1640,13 @@ return r;} {}
} }
widget_class Triggers {open widget_class Triggers {open
xywh {121 31 1278 1003} type Double hide resizable xywh {796 43 1278 1003} type Double resizable
code0 {populate();} code0 {populate();}
code1 {\#include <Fl/Fl_Dial.H>} code1 {\#include <Fl/Fl_Dial.H>}
class Fl_Group class Fl_Group visible
} { } {
Fl_Pack rows {open Fl_Pack rows {open
xywh {25 25 15 15} xywh {25 25 15 15}
code0 {// o->position( x(), y() );}
} {} } {}
Function {populate( void )} {open private return_type void Function {populate( void )} {open private return_type void
} { } {

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0107 version 1.0108
header_name {.H} header_name {.H}
code_name {.C} code_name {.C}
comment {// comment {//
@ -70,7 +70,7 @@ window->hide();}
} }
} }
decl {\#include "../transport.H"} {selected public decl {\#include "../transport.H"} {public
} }
decl {extern Fl_Color velocity_colors[];} {} decl {extern Fl_Color velocity_colors[];} {}
@ -81,12 +81,12 @@ decl {\#include <stdio.h>} {}
decl {\#include <stdlib.h>} {} decl {\#include <stdlib.h>} {}
widget_class Visual_Metronome {open widget_class Visual_Metronome {open selected
xywh {201 31 1278 1003} type Single hide resizable xywh {763 217 1278 1003} type Single resizable
code0 {_bpb = _tpb = -1; _beat = _tick = _flip = 0;} code0 {_bpb = _tpb = -1; _beat = _tick = _flip = 0;}
code1 {o->box( FL_NO_BOX );} code1 {this->box( FL_NO_BOX );}
code2 {o->label( 0 );} code2 {this->label( 0 );}
class Fl_Group class Fl_Group visible
} { } {
Fl_Slider progress { Fl_Slider progress {
private xywh {119 95 1149 23} type Horizontal box ROUND_UP_BOX color 32 selection_color 71 private xywh {119 95 1149 23} type Horizontal box ROUND_UP_BOX color 32 selection_color 71