Connect secondary clock to playhead.

This commit is contained in:
Jonathan Moore Liles 2008-04-24 23:36:02 -05:00
parent c4288aebe6
commit 6b40c32ce8
1 changed files with 4 additions and 3 deletions

View File

@ -25,7 +25,7 @@ decl {\#include <FL/fl_ask.H>} {}
decl {\#include <FL/Fl.H>} {} decl {\#include <FL/Fl.H>} {}
decl {extern char *user_config_dir;} {selected global decl {extern char *user_config_dir;} {global
} }
class TLE {open class TLE {open
@ -338,7 +338,7 @@ Fl::scheme( Fl::scheme() );}
code1 {o->labeltype( FL_NO_LABEL );} code1 {o->labeltype( FL_NO_LABEL );}
class Transport class Transport
} }
Fl_Pack clocks_pack { Fl_Pack clocks_pack {open
xywh {185 23 288 46} type HORIZONTAL xywh {185 23 288 46} type HORIZONTAL
code0 {o->spacing( 2 );} code0 {o->spacing( 2 );}
} { } {
@ -350,9 +350,10 @@ Fl::scheme( Fl::scheme() );}
class Clock class Clock
} }
Fl_Box {} { Fl_Box {} {
label PLAYHEAD label PLAYHEAD selected
xywh {325 29 142 40} box BORDER_BOX color 46 xywh {325 29 142 40} box BORDER_BOX color 46
code0 {o->type( Clock::BBT );} code0 {o->type( Clock::BBT );}
code1 {o->run( &transport->frame );}
class Clock class Clock
} }
} }