mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
d6a27c9537
commit
2b49b2433b
30 changed files with 402 additions and 704 deletions
|
|
@ -500,12 +500,10 @@ AudioTimeAxisView::show_timestretch (jack_nframes_t start, jack_nframes_t end)
|
|||
x2 = (end - 1) / editor.get_current_zoom();
|
||||
y2 = height - 2;
|
||||
|
||||
gtk_object_set (GTK_OBJECT(timestretch_rect),
|
||||
"x1", x1,
|
||||
"y1", 1.0,
|
||||
"x2", x2,
|
||||
"y2", y2,
|
||||
NULL);
|
||||
timestretch_rect->property_x1() = x1;
|
||||
timestretch_rect->property_y1() = 1.0;
|
||||
timestretch_rect->property_x2() = x2;
|
||||
timestretch_rect->property_y2() = y2;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue