don't cache width & height for CairoWidget; provide option for all CairoWidgets to...
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 18 Nov 2011 15:35:58 +0000 (15:35 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 18 Nov 2011 15:35:58 +0000 (15:35 +0000)
commit8ad4133d26a098e15c6de984a6a6aff5d9271c24
tree2f6110558c20ecb743e6900e875f38ed118fcaed
parente5329ca777caea45a754ef1b57e031602c9a61ab
don't cache width & height for CairoWidget; provide option for all CairoWidgets to not draw their backgrounds; provide a static method to allow any (Container, probably) widget to provide background color to a CairoWidget without the requirement that it have its own window; remove existing cursor from clocks; clock text no longer has background attribute set, to correct a mistake in my understanding of pango attributes

git-svn-id: svn://localhost/ardour2/branches/3.0@10673 d708f5d6-7413-0410-9779-e7cbd77b26cf
13 files changed:
gtk2_ardour/ardour_button.cc
gtk2_ardour/audio_clock.cc
gtk2_ardour/audio_clock.h
gtk2_ardour/cairo_widget.cc
gtk2_ardour/cairo_widget.h
gtk2_ardour/editor_group_tabs.cc
gtk2_ardour/editor_group_tabs.h
gtk2_ardour/editor_summary.cc
gtk2_ardour/group_tabs.cc
gtk2_ardour/led.cc
gtk2_ardour/mixer_group_tabs.cc
gtk2_ardour/mixer_group_tabs.h
gtk2_ardour/time_info_box.cc