X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fvisual_time_axis.h;h=df0a061ba65de01edcdb1e4fb5dfd5e222a309f0;hb=c78528dcea03a61685ad0586eaa6302847af6fe9;hp=9bc98fc345d20bebbb9542ed899cb2f0a0f60c0c;hpb=f6fdd8dcbf41f864e9f0cc32dabe81fe3533ddfe;p=ardour.git diff --git a/gtk2_ardour/visual_time_axis.h b/gtk2_ardour/visual_time_axis.h index 9bc98fc345..df0a061ba6 100644 --- a/gtk2_ardour/visual_time_axis.h +++ b/gtk2_ardour/visual_time_axis.h @@ -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