From 4856ef5dc0198507e1247fa313959f4efe4cc369 Mon Sep 17 00:00:00 2001 From: Brett Nash Date: Sun, 6 Jun 2010 04:44:54 +0000 Subject: [PATCH] Scrolled entry doc format update SVN revision: 49475 --- .../elementary/src/lib/elc_scrolled_entry.c | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) 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;