mega commit to remove gtk_object cruft, and much other stuff

git-svn-id: svn://localhost/trunk/ardour2@139 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2005-11-28 22:36:26 +00:00
parent d6a27c9537
commit 2b49b2433b
30 changed files with 402 additions and 704 deletions

View file

@ -300,7 +300,7 @@ AutomationTimeAxisView::set_height (TrackHeight h)
controls_table.show_all ();
TimeAxisView::set_height (h);
gtk_object_set (GTK_OBJECT(base_rect), "y2", (double) h, NULL);
base_rect->property_y2() = h;
for (vector<AutomationLine*>::iterator i = lines.begin(); i != lines.end(); ++i) {
(*i)->set_height (h);