Don't allow aux sends from MIDI tracks for the time
[ardour.git] / gtk2_ardour / visual_time_axis.h
index 9bc98fc345d20bebbb9542ed899cb2f0a0f60c0c..25ec1d8ef34fa5f254975a92bae1fd87d955f603 100644 (file)
@@ -117,7 +117,7 @@ class VisualTimeAxis : public TimeAxisView
 
                /**
                 * Emitted when this Visual Time Axis has been removed
-                * This is different to the GoingAway signal in that this signal
+                * This is different to the CatchDeletion signal in that this signal
                 * is emitted during the deletion of this Time Axis, and not during
                 * the destructor, this allows us to capture the source of the deletion
                 * event
@@ -227,10 +227,10 @@ class VisualTimeAxis : public TimeAxisView
                // Handle name entry signals
 
                void name_entry_changed() ;
-               gint name_entry_focus_out_handler(GdkEventFocus*) ;
-               gint name_entry_key_release_handler(GdkEventKey*) ;
-               gint name_entry_button_release_handler(GdkEventButton*) ;
-               gint name_entry_button_press_handler(GdkEventButton*) ;
+               bool name_entry_focus_out_handler(GdkEventFocus*) ;
+               bool name_entry_key_release_handler(GdkEventKey*) ;
+               bool name_entry_button_release_handler(GdkEventButton*) ;
+               bool name_entry_button_press_handler(GdkEventButton*) ;
 
                //---------------------------------------------------------------------------------------//
                // VisualTimeAxis Widgets
@@ -250,7 +250,7 @@ class VisualTimeAxis : public TimeAxisView
                 *
                 * @todo should VisualTimeAxis handle this?
                 */
-               void show_timestretch (nframes_t start, nframes_t end);
+               void show_timestretch (nframes_t start, nframes_t end, int layers, int layer);
 
                /**
                 * Not handle by purely visual TimeAxis