Initial refactoring of the scroll stuff.
commit1abc40e2394e69ac227e91720ccffe935a4b8c11
authorEvanR <evanrinehart@gmail.com>
Mon, 5 Jan 2009 05:17:59 +0000 (4 23:17 -0600)
committerEvanR <evanrinehart@gmail.com>
Mon, 5 Jan 2009 05:17:59 +0000 (4 23:17 -0600)
treea19fada7b063d3952a7100913f8bc06759e074b7
parent66d2dbd3ca1e0a329dfe4de5526dd280a568affa
Initial refactoring of the scroll stuff.

The good news is that the graphical gliches are gone
and the layout kludge is obliterated. The bad news
is that you cannot scroll in the song editor.

The point of this branch is to replace both the
song_scroll and pattern_scroll fltk::ScrollGroups
with two scroll bars which simply control the widgets
using their callback.

The resulting sanity will make the graphical problems
trivially evaporate.
src/arranger.cpp
src/arranger.h
src/ui.cpp
src/ui.fl
src/ui.h