diff --git a/legacy/elementary/src/lib/elc_scrolled_entry.c b/legacy/elementary/src/lib/elc_scrolled_entry.c index dcab883f63..664cce7f41 100644 --- a/legacy/elementary/src/lib/elc_scrolled_entry.c +++ b/legacy/elementary/src/lib/elc_scrolled_entry.c @@ -12,22 +12,22 @@ * widget. * * Signals that you can add callbacks for are: - * "changed" - The text within the entry was changed - * "activated" - The entry has received focus and the cursor - * "press" - The entry has been clicked - * "longpressed" - The entry has been clicked for a couple seconds - * "clicked" - The entry has been clicked - * "clicked,double" - The entry has been double clicked - * "focused" - The entry has received focus - * "unfocused" - The entry has lost focus - * "selection,paste" - A paste action has occurred - * "selection,copy" - A copy action has occurred - * "selection,cut" - A cut action has occurred - * "selection,start" - A selection has begun - * "selection,changed" - The selection has changed - * "selection,cleared" - The selection has been cleared - * "cursor,changed" - The cursor has changed - * "anchor,clicked" - The anchor has been clicked + * - "changed" - The text within the entry was changed + * - "activated" - The entry has received focus and the cursor + * - "press" - The entry has been clicked + * - "longpressed" - The entry has been clicked for a couple seconds + * - "clicked" - The entry has been clicked + * - "clicked,double" - The entry has been double clicked + * - "focused" - The entry has received focus + * - "unfocused" - The entry has lost focus + * - "selection,paste" - A paste action has occurred + * - "selection,copy" - A copy action has occurred + * - "selection,cut" - A cut action has occurred + * - "selection,start" - A selection has begun + * - "selection,changed" - The selection has changed + * - "selection,cleared" - The selection has been cleared + * - "cursor,changed" - The cursor has changed + * - "anchor,clicked" - The anchor has been clicked */ typedef struct _Widget_Data Widget_Data;