new cs translation from Pavel Frich
[ardour.git] / gtk2_ardour / visual_time_axis.h
index 9bc98fc345d20bebbb9542ed899cb2f0a0f60c0c..df0a061ba65de01edcdb1e4fb5dfd5e222a309f0 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