diff --git a/legacy/elementary/src/bin/config.c b/legacy/elementary/src/bin/config.c index eff412b8d2..865aa00f83 100644 --- a/legacy/elementary/src/bin/config.c +++ b/legacy/elementary/src/bin/config.c @@ -628,7 +628,7 @@ _status_config(Evas_Object *win, elm_box_pack_end(bx, sp); evas_object_show(sp); - LABEL_FRAME_ADD("Finger Size
"); + LABEL_FRAME_ADD("Finger Size
"); sl = elm_slider_add(win); evas_object_size_hint_weight_set(sl, EVAS_HINT_EXPAND, 0.0); @@ -1196,7 +1196,7 @@ _status_config_sizing(Evas_Object *win, elm_box_pack_end(bx, sp); evas_object_show(sp); - LABEL_FRAME_ADD("Finger Size
"); + LABEL_FRAME_ADD("Finger Size
"); sl = elm_slider_add(win); evas_object_data_set(win, "fs_slider", sl); @@ -2176,7 +2176,7 @@ _profiles_list_selected_cb(void *data, elm_profile_dir_free(pdir); } - snprintf(buf, sizeof(buf), "Selected profile: %s
", + snprintf(buf, sizeof(buf), "Selected profile: %s
", prof_name); elm_object_text_set(evas_object_data_get(obj, "prof_name_lbl"), buf); @@ -2446,8 +2446,8 @@ _status_config_scrolling(Evas_Object *win, elm_object_content_set(sc, bx); ck = elm_check_add(win); - elm_object_tooltip_text_set(ck, "Set whether scrollers should bounce
" - "when they reach their viewport's edge
" + elm_object_tooltip_text_set(ck, "Set whether scrollers should bounce
" + "when they reach their viewport's edge
" "during a scroll"); elm_object_text_set(ck, "Enable scroll bounce"); evas_object_data_set(win, "scroll_bounce_check", ck); @@ -2462,7 +2462,7 @@ _status_config_scrolling(Evas_Object *win, LABEL_FRAME_ADD("Scroll bounce friction"); sl = elm_slider_add(win); - elm_object_tooltip_text_set(sl, "This is the amount of inertia a
" + elm_object_tooltip_text_set(sl, "This is the amount of inertia a
" "scroller will impose at bounce animations"); evas_object_data_set(win, "bounce_friction_slider", sl); evas_object_size_hint_weight_set(sl, EVAS_HINT_EXPAND, 0.0); @@ -2486,7 +2486,7 @@ _status_config_scrolling(Evas_Object *win, evas_object_show(sp); ck = elm_check_add(win); - elm_object_tooltip_text_set(ck, "Set whether scrollers should be
" + elm_object_tooltip_text_set(ck, "Set whether scrollers should be
" "draggable from any point in their views"); elm_object_text_set(ck, "Enable thumb scroll"); evas_object_data_set(win, "thumbscroll_check", ck); @@ -2501,8 +2501,8 @@ _status_config_scrolling(Evas_Object *win, LABEL_FRAME_ADD("Thumb scroll threshold"); sl = elm_slider_add(win); - elm_object_tooltip_text_set(sl, "This is the number of pixels one should
" - "travel while dragging a scroller's view
" + elm_object_tooltip_text_set(sl, "This is the number of pixels one should
" + "travel while dragging a scroller's view
" "to actually trigger scrolling"); evas_object_data_set(win, "thumbscroll_threshold_slider", sl); evas_object_size_hint_weight_set(sl, EVAS_HINT_EXPAND, 0.0); @@ -2521,9 +2521,9 @@ _status_config_scrolling(Evas_Object *win, LABEL_FRAME_ADD("Thumb scroll momentum threshold"); sl = elm_slider_add(win); - elm_object_tooltip_text_set(sl, "This is the minimum speed of mouse
" - "cursor movement which will trigger
" - "list self scrolling animation after a
" + elm_object_tooltip_text_set(sl, "This is the minimum speed of mouse
" + "cursor movement which will trigger
" + "list self scrolling animation after a
" "mouse up event (pixels/second)"); evas_object_data_set(win, "ts_momentum_threshold_slider", sl); evas_object_size_hint_weight_set(sl, EVAS_HINT_EXPAND, 0.0); @@ -2543,8 +2543,8 @@ _status_config_scrolling(Evas_Object *win, LABEL_FRAME_ADD("Thumb scroll friction"); sl = elm_slider_add(win); - elm_object_tooltip_text_set(sl, "This is the amount of inertia a
" - "scroller will impose at self scrolling
" + elm_object_tooltip_text_set(sl, "This is the amount of inertia a
" + "scroller will impose at self scrolling
" "animations"); evas_object_data_set(win, "thumbscroll_friction_slider", sl); evas_object_size_hint_weight_set(sl, EVAS_HINT_EXPAND, 0.0); @@ -2563,10 +2563,10 @@ _status_config_scrolling(Evas_Object *win, LABEL_FRAME_ADD("Thumb scroll border friction"); sl = elm_slider_add(win); - elm_object_tooltip_text_set(sl, "This is the amount of lag between your
" - "actual mouse cursor dragging movement
" - "and a scroller's view movement itself,
" - "while pushing it into bounce state
" + elm_object_tooltip_text_set(sl, "This is the amount of lag between your
" + "actual mouse cursor dragging movement
" + "and a scroller's view movement itself,
" + "while pushing it into bounce state
" "manually"); evas_object_data_set(win, "ts_border_friction_slider", sl); evas_object_size_hint_weight_set(sl, EVAS_HINT_EXPAND, 0.0); @@ -2585,8 +2585,8 @@ _status_config_scrolling(Evas_Object *win, LABEL_FRAME_ADD("Thumb scroll sensitivity friction"); sl = elm_slider_add(win); - elm_object_tooltip_text_set(sl, "This is the sensitivity amount which
" - "is be multiplied by the length of mouse
" + elm_object_tooltip_text_set(sl, "This is the sensitivity amount which
" + "is be multiplied by the length of mouse
" "dragging."); evas_object_data_set(win, "ts_sensitivity_friction_slider", sl); evas_object_size_hint_weight_set(sl, EVAS_HINT_EXPAND, 0.0); @@ -2612,8 +2612,8 @@ _status_config_scrolling(Evas_Object *win, LABEL_FRAME_ADD("Page scroll friction"); sl = elm_slider_add(win); - elm_object_tooltip_text_set(sl, "This is the amount of inertia a
" - "paged scroller will impose at
" + elm_object_tooltip_text_set(sl, "This is the amount of inertia a
" + "paged scroller will impose at
" "page fitting animations"); evas_object_data_set(win, "page_scroll_friction_slider", sl); evas_object_size_hint_weight_set(sl, EVAS_HINT_EXPAND, 0.0); @@ -2632,8 +2632,8 @@ _status_config_scrolling(Evas_Object *win, LABEL_FRAME_ADD("Bring in scroll friction"); sl = elm_slider_add(win); - elm_object_tooltip_text_set(sl, "This is the amount of inertia a
" - "scroller will impose at region bring
" + elm_object_tooltip_text_set(sl, "This is the amount of inertia a
" + "scroller will impose at region bring
" "animations"); evas_object_data_set(win, "bring_in_scroll_friction_slider", sl); evas_object_size_hint_weight_set(sl, EVAS_HINT_EXPAND, 0.0); @@ -2652,9 +2652,9 @@ _status_config_scrolling(Evas_Object *win, LABEL_FRAME_ADD("Zoom scroll friction"); sl = elm_slider_add(win); - elm_object_tooltip_text_set(sl, "This is the amount of inertia
" - "scrollers will impose at animations
" - "triggered by Elementary widgets'
" + elm_object_tooltip_text_set(sl, "This is the amount of inertia
" + "scrollers will impose at animations
" + "triggered by Elementary widgets'
" "zooming API"); evas_object_data_set(win, "zoom_scroll_friction_slider", sl); evas_object_size_hint_weight_set(sl, EVAS_HINT_EXPAND, 0.0); diff --git a/legacy/elementary/src/bin/test.c b/legacy/elementary/src/bin/test.c index 700ddd89b4..522f6d2399 100644 --- a/legacy/elementary/src/bin/test.c +++ b/legacy/elementary/src/bin/test.c @@ -268,8 +268,8 @@ my_win_main(char *autorun, Eina_Bool test_win_only) lb = elm_label_add(win); elm_object_text_set(lb, - "Please select a test from the list below
" - "by clicking the test button to show the
" + "Please select a test from the list below
" + "by clicking the test button to show the
" "test window."); elm_object_content_set(fr, lb); evas_object_show(lb); diff --git a/legacy/elementary/src/bin/test_anchorview.c b/legacy/elementary/src/bin/test_anchorview.c index 4ec8723fac..784b3ba75d 100644 --- a/legacy/elementary/src/bin/test_anchorview.c +++ b/legacy/elementary/src/bin/test_anchorview.c @@ -88,12 +88,12 @@ test_anchorview(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_ elm_anchorview_hover_style_set(av, "popout"); elm_anchorview_hover_parent_set(av, win); elm_object_text_set(av, - "This is an entry widget in this window that
" - "uses markup like this for styling and
" - "formatting like this, as well as
" - "links in the text, so enter text
" - "in here to edit it. By the way, links are
" - "called Anchors so you will need
" + "This is an entry widget in this window that
" + "uses markup like this for styling and
" + "formatting like this, as well as
" + "links in the text, so enter text
" + "in here to edit it. By the way, links are
" + "called Anchors so you will need
" "to refer to them this way. "); evas_object_size_hint_weight_set(av, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); evas_object_smart_callback_add(av, "anchor,clicked", my_anchorview_anchor, av); diff --git a/legacy/elementary/src/bin/test_calendar.c b/legacy/elementary/src/bin/test_calendar.c index 2e09d2130c..bf09470a69 100644 --- a/legacy/elementary/src/bin/test_calendar.c +++ b/legacy/elementary/src/bin/test_calendar.c @@ -46,9 +46,9 @@ _print_cal_info(Evas_Object *cal, Evas_Object *en) wds = elm_calendar_weekdays_names_get(cal); snprintf(info, sizeof(info), - " Day: %i, Mon: %i, Year %i, WeekDay: %i
" - " Interval: %0.2f, Year_Min: %i, Year_Max %i, Sel Enabled : %i
" - " Weekdays: %s, %s, %s, %s, %s, %s, %s
", + " Day: %i, Mon: %i, Year %i, WeekDay: %i
" + " Interval: %0.2f, Year_Min: %i, Year_Max %i, Sel Enabled : %i
" + " Weekdays: %s, %s, %s, %s, %s, %s, %s
", stime.tm_mday, stime.tm_mon, stime.tm_year + 1900, stime.tm_wday, interval, year_min, year_max, sel_enabled, wds[0], wds[1], wds[2], wds[3], wds[4], wds[5], wds[6]); diff --git a/legacy/elementary/src/bin/test_conform.c b/legacy/elementary/src/bin/test_conform.c index fc2ef1737d..a0dd3f684a 100644 --- a/legacy/elementary/src/bin/test_conform.c +++ b/legacy/elementary/src/bin/test_conform.c @@ -66,7 +66,7 @@ test_conformant(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event elm_entry_scrollable_set(en, EINA_TRUE); elm_entry_bounce_set(en, 0, 1); elm_entry_entry_set(en, - "This is a multi-line entry at the bottom
" + "This is a multi-line entry at the bottom
" "This can contain more than 1 line of text and be " "scrolled around to allow for entering of lots of " "content. It is also to test to see that autoscroll " diff --git a/legacy/elementary/src/bin/test_entry.c b/legacy/elementary/src/bin/test_entry.c index 7a49ef95b5..5266fde17e 100644 --- a/legacy/elementary/src/bin/test_entry.c +++ b/legacy/elementary/src/bin/test_entry.c @@ -97,26 +97,26 @@ test_entry(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info en = elm_entry_add(win); elm_entry_line_wrap_set(en, ELM_WRAP_NONE); snprintf(buf, sizeof(buf), - "This is an entry widget in this window that
" - "uses markup like this for styling and
" - "formatting like this, as well as
" - "links in the text, so enter text
" - "in here to edit it. By the way, links are
" - "called Anchors so you will need
" - "to refer to them this way.
" - "
" + "This is an entry widget in this window that
" + "uses markup like this for styling and
" + "formatting like this, as well as
" + "links in the text, so enter text
" + "in here to edit it. By the way, links are
" + "called Anchors so you will need
" + "to refer to them this way.
" + "
" "Also you can stick in items with (relsize + ascent): " "" " (full) " "" - " (to the left)
" + " (to the left)
" "Also (size + ascent): " "" " (full) " "" - " (before this)
" + " (before this)
" "And as well (absize + ascent): " "" @@ -328,9 +328,9 @@ test_entry_scrolled(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *ev elm_entry_context_menu_item_add(en, "Hello", NULL, ELM_ICON_NONE, NULL, NULL); elm_entry_context_menu_item_add(en, "World", NULL, ELM_ICON_NONE, NULL, NULL); elm_entry_entry_set(en, - "Multi-line disabled entry widget :)
" - "We can use markup like this for styling and
" - "formatting like this, as well as
" + "Multi-line disabled entry widget :)
" + "We can use markup like this for styling and
" + "formatting like this, as well as
" "links in the text," "but it won't be editable or clickable."); evas_object_show(en); @@ -455,12 +455,12 @@ test_entry_scrolled(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *ev evas_object_size_hint_align_set(en, EVAS_HINT_FILL, EVAS_HINT_FILL); elm_entry_scrollbar_policy_set(en, ELM_SCROLLER_POLICY_ON, ELM_SCROLLER_POLICY_ON); elm_entry_entry_set(en, - "This is an entry widget in this window that
" - "uses markup like this for styling and
" - "formatting like this, as well as
" - "links in the text, so enter text
" - "in here to edit it. By them way, links are
" - "called Anchors so you will need
" + "This is an entry widget in this window that
" + "uses markup like this for styling and
" + "formatting like this, as well as
" + "links in the text, so enter text
" + "in here to edit it. By them way, links are
" + "called Anchors so you will need
" "to refer to them this way. At the end here is a really long " "line to test line wrapping to see if it works. But just in " "case this line is not long enough I will add more here to " @@ -1002,12 +1002,12 @@ test_entry3(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info evas_object_size_hint_weight_set(en, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); evas_object_size_hint_align_set(en, EVAS_HINT_FILL, EVAS_HINT_FILL); elm_entry_entry_set(en, - "This is an entry widget in this window that
" - "uses markup like this for styling and
" - "formatting like this, as well as
" - "links in the text, so enter text
" - "in here to edit it. By them way, links are
" - "called Anchors so you will need
" + "This is an entry widget in this window that
" + "uses markup like this for styling and
" + "formatting like this, as well as
" + "links in the text, so enter text
" + "in here to edit it. By them way, links are
" + "called Anchors so you will need
" "to refer to them this way. At the end here is a really long " "line to test line wrapping to see if it works. But just in " "case this line is not long enough I will add more here to " @@ -1311,10 +1311,10 @@ test_entry4(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info en = elm_entry_add(win); elm_entry_line_wrap_set(en, ELM_WRAP_NONE); elm_entry_entry_set(en, - "This is an entry widget
" - "that uses markup
" - "like this and has
" - "no scroller, so you can
" + "This is an entry widget
" + "that uses markup
" + "like this and has
" + "no scroller, so you can
" "use it more flexibly."); evas_object_size_hint_weight_set(en, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); evas_object_size_hint_align_set(en, EVAS_HINT_FILL, EVAS_HINT_FILL); @@ -1326,12 +1326,12 @@ test_entry4(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info evas_object_size_hint_weight_set(en, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); evas_object_size_hint_align_set(en, EVAS_HINT_FILL, EVAS_HINT_FILL); elm_entry_entry_set(en, - "This is an entry widget in this window that
" - "uses markup like this for styling and
" - "formatting like this, as well as
" - "links in the text, so enter text
" - "in here to edit it. By them way, links are
" - "called Anchors so you will need
" + "This is an entry widget in this window that
" + "uses markup like this for styling and
" + "formatting like this, as well as
" + "links in the text, so enter text
" + "in here to edit it. By them way, links are
" + "called Anchors so you will need
" "to refer to them this way. At the end here is a really long " "line to test line wrapping to see if it works. But just in " "case this line is not long enough I will add more here to " diff --git a/legacy/elementary/src/bin/test_flip.c b/legacy/elementary/src/bin/test_flip.c index 514fb8e55d..980a327616 100644 --- a/legacy/elementary/src/bin/test_flip.c +++ b/legacy/elementary/src/bin/test_flip.c @@ -271,26 +271,26 @@ test_flip2(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info elm_entry_scrollable_set(en, EINA_TRUE); elm_entry_line_wrap_set(en, ELM_WRAP_NONE); snprintf(buf, sizeof(buf), - "This is an entry widget in this window that
" - "uses markup like this for styling and
" - "formatting like this, as well as
" - "links in the text, so enter text
" - "in here to edit it. By the way, links are
" - "called Anchors so you will need
" - "to refer to them this way.
" - "
" + "This is an entry widget in this window that
" + "uses markup like this for styling and
" + "formatting like this, as well as
" + "links in the text, so enter text
" + "in here to edit it. By the way, links are
" + "called Anchors so you will need
" + "to refer to them this way.
" + "
" "Also you can stick in items with (relsize + ascent): " "" " (full) " "" - " (to the left)
" + " (to the left)
" "Also (size + ascent): " "" " (full) " "" - " (before this)
" + " (before this)
" "And as well (absize + ascent): " "" diff --git a/legacy/elementary/src/bin/test_focus.c b/legacy/elementary/src/bin/test_focus.c index 49af5cc62c..ad4ca967cb 100644 --- a/legacy/elementary/src/bin/test_focus.c +++ b/legacy/elementary/src/bin/test_focus.c @@ -91,7 +91,7 @@ test_focus(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info { Evas_Object *lb = elm_label_add(win); elm_object_text_set(lb, - "Use Tab, Shift+Tab, and
" + "Use Tab, Shift+Tab, and
" "Arrow Keys
" ); evas_object_size_hint_weight_set(lb, 0.0, 0.0); diff --git a/legacy/elementary/src/bin/test_genlist.c b/legacy/elementary/src/bin/test_genlist.c index f5a15487a5..fe50117c09 100644 --- a/legacy/elementary/src/bin/test_genlist.c +++ b/legacy/elementary/src/bin/test_genlist.c @@ -1742,7 +1742,7 @@ test_genlist10(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_i lb = elm_label_add(win); elm_object_text_set(lb, - "Sweep genlist items to the right.
" + "Sweep genlist items to the right.
" "Test this by changing Mode Type to Slide or Rotate."); elm_box_pack_end(bx2, lb); evas_object_show(lb); @@ -1854,7 +1854,7 @@ test_genlist11(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_i lb = elm_label_add(win); elm_object_text_set(lb, - "Enable reorder mode if you want to move item.
" + "Enable reorder mode if you want to move item.
" "Then long press and drag item."); elm_object_content_set(fr, lb); evas_object_show(lb); diff --git a/legacy/elementary/src/bin/test_inwin.c b/legacy/elementary/src/bin/test_inwin.c index eb7f0de87a..92b1ace47d 100644 --- a/legacy/elementary/src/bin/test_inwin.c +++ b/legacy/elementary/src/bin/test_inwin.c @@ -22,10 +22,10 @@ test_inwin(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info lb = elm_label_add(win); elm_object_text_set(lb, - "This is an \"inwin\" - a window in a
" - "window. This is handy for quick popups
" - "you want centered, taking over the window
" - "until dismissed somehow. Unlike hovers they
" + "This is an \"inwin\" - a window in a
" + "window. This is handy for quick popups
" + "you want centered, taking over the window
" + "until dismissed somehow. Unlike hovers they
" "don't hover over their target."); elm_win_inwin_content_set(inwin, lb); evas_object_show(lb); @@ -54,13 +54,13 @@ test_inwin2(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info lb = elm_label_add(win); elm_object_text_set(lb, - "This is an \"inwin\" - a window in a
" - "window. This is handy for quick popups
" - "you want centered, taking over the window
" - "until dismissed somehow. Unlike hovers they
" - "don't hover over their target.
" - "
" - "This inwin style compacts itself vertically
" + "This is an \"inwin\" - a window in a
" + "window. This is handy for quick popups
" + "you want centered, taking over the window
" + "until dismissed somehow. Unlike hovers they
" + "don't hover over their target.
" + "
" + "This inwin style compacts itself vertically
" "to the size of its contents minimum size."); elm_win_inwin_content_set(inwin, lb); evas_object_show(lb); diff --git a/legacy/elementary/src/bin/test_label.c b/legacy/elementary/src/bin/test_label.c index d29b9638ca..073cd37bd9 100644 --- a/legacy/elementary/src/bin/test_label.c +++ b/legacy/elementary/src/bin/test_label.c @@ -33,10 +33,10 @@ test_label(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info lb = elm_label_add(win); elm_object_text_set(lb, - "This is a larger label with newlines
" - "to make it bigger, bit it won't expand or wrap
" - "just be a block of text that can't change its
" - "formatting as it's fixed based on text
" + "This is a larger label with newlines
" + "to make it bigger, bit it won't expand or wrap
" + "just be a block of text that can't change its
" + "formatting as it's fixed based on text
" ); evas_object_size_hint_weight_set(lb, 0.0, 0.0); evas_object_size_hint_align_set(lb, EVAS_HINT_FILL, EVAS_HINT_FILL); diff --git a/legacy/elementary/src/bin/test_notify.c b/legacy/elementary/src/bin/test_notify.c index 37fffe398f..745effd138 100644 --- a/legacy/elementary/src/bin/test_notify.c +++ b/legacy/elementary/src/bin/test_notify.c @@ -95,7 +95,7 @@ test_notify(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info evas_object_show(bx); lb = elm_label_add(win); - elm_object_text_set(lb, "Bottom position. This notify use a timeout of 5 sec.
" + elm_object_text_set(lb, "Bottom position. This notify use a timeout of 5 sec.
" "The events outside the window are blocked."); elm_box_pack_end(bx, lb); evas_object_show(lb); diff --git a/legacy/elementary/src/bin/test_pager.c b/legacy/elementary/src/bin/test_pager.c index 6ab6722fb9..aa251b4f54 100644 --- a/legacy/elementary/src/bin/test_pager.c +++ b/legacy/elementary/src/bin/test_pager.c @@ -98,17 +98,17 @@ test_pager(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info lb = elm_label_add(win); elm_object_text_set(lb, - "This is page 1 in a pager stack.
" - "
" - "So what is a pager stack? It is a stack
" - "of pages that hold widgets in it. The
" - "pages can be pushed and popped on and
" - "off the stack, activated and otherwise
" - "activated if already in the stack
" - "(activated means promoted to the top of
" - "the stack).
" - "
" - "The theme may define the animation how
" + "This is page 1 in a pager stack.
" + "
" + "So what is a pager stack? It is a stack
" + "of pages that hold widgets in it. The
" + "pages can be pushed and popped on and
" + "off the stack, activated and otherwise
" + "activated if already in the stack
" + "(activated means promoted to the top of
" + "the stack).
" + "
" + "The theme may define the animation how
" "show and hide of pages. Select one theme style:"); elm_box_pack_end(bx, lb); evas_object_show(lb); @@ -150,9 +150,9 @@ test_pager(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info lb = elm_label_add(win); elm_object_text_set(lb, - "This is page 2 in a pager stack.
" - "
" - "This is just like the previous page in
" + "This is page 2 in a pager stack.
" + "
" + "This is just like the previous page in
" "the pager stack." ); elm_box_pack_end(bx, lb); @@ -178,9 +178,9 @@ test_pager(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info lb = elm_label_add(win); elm_object_text_set(lb, - "This is page 3 in a pager stack.
" - "
" - "This is just like the previous page in
" + "This is page 3 in a pager stack.
" + "
" + "This is just like the previous page in
" "the pager stack."); elm_box_pack_end(bx, lb); evas_object_show(lb); @@ -250,7 +250,7 @@ my_pager_push(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED evas_object_show(bx); lb = elm_label_add(info->win); - snprintf(buf, sizeof(buf), "This is page %d in the slide pager

", count++); + snprintf(buf, sizeof(buf), "This is page %d in the slide pager

", count++); elm_object_text_set(lb, buf); elm_box_pack_end(bx, lb); evas_object_show(lb); @@ -308,14 +308,14 @@ test_pager_slide(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event lb = elm_label_add(win); elm_object_text_set(lb, - "This is page 1 in a slide pager.
" - "
" - "The slide pager style is useful for browsing
" - "a hierarchy of objects, as it makes clear
" - "the direction of the browse.
" - "This is the 'slide' style, also available
" - "a fully transparent style named 'slide_invisble'.
" - "
"); + "This is page 1 in a slide pager.
" + "
" + "The slide pager style is useful for browsing
" + "a hierarchy of objects, as it makes clear
" + "the direction of the browse.
" + "This is the 'slide' style, also available
" + "a fully transparent style named 'slide_invisble'.
" + "
"); elm_box_pack_end(bx, lb); evas_object_show(lb); diff --git a/legacy/elementary/src/bin/test_scaling.c b/legacy/elementary/src/bin/test_scaling.c index 6a33c83722..35fb065686 100644 --- a/legacy/elementary/src/bin/test_scaling.c +++ b/legacy/elementary/src/bin/test_scaling.c @@ -86,8 +86,8 @@ test_scaling2(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_in elm_object_text_set(fr, "Scale: 0.5"); lb = elm_label_add(win); elm_object_text_set(lb, - "Parent frame scale
" - "is 0.5. Child should
" + "Parent frame scale
" + "is 0.5. Child should
" "inherit it."); elm_object_content_set(fr, lb); evas_object_show(lb); @@ -98,8 +98,8 @@ test_scaling2(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_in elm_object_text_set(fr, "Scale: 1.0"); lb = elm_label_add(win); elm_object_text_set(lb, - "Parent frame scale
" - "is 1.0. Child should
" + "Parent frame scale
" + "is 1.0. Child should
" "inherit it."); elm_object_content_set(fr, lb); evas_object_show(lb); @@ -111,8 +111,8 @@ test_scaling2(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_in elm_object_text_set(fr, "Scale: 2.0"); lb = elm_label_add(win); elm_object_text_set(lb, - "Parent frame scale
" - "is 2.0. Child should
" + "Parent frame scale
" + "is 2.0. Child should
" "inherit it."); elm_object_content_set(fr, lb); evas_object_show(lb); diff --git a/legacy/elementary/src/bin/test_tooltip.c b/legacy/elementary/src/bin/test_tooltip.c index 1724724ee5..38565aacf9 100644 --- a/legacy/elementary/src/bin/test_tooltip.c +++ b/legacy/elementary/src/bin/test_tooltip.c @@ -169,9 +169,9 @@ _tt_item_label(void *data __UNUSED__, void *item __UNUSED__) { Evas_Object *l = elm_label_add(tt); - elm_object_text_set(l, "Something useful here?" - "No probably not, but this is a super long label" - "which probably breaks on your system, now doesn't it?" + elm_object_text_set(l, "Something useful here?" + "No probably not, but this is a super long label" + "which probably breaks on your system, now doesn't it?" "Yeah, I thought so."); elm_label_line_wrap_set(l, ELM_WRAP_MIXED); return l; @@ -351,7 +351,7 @@ _tt_visible_lock_toggle(void *data __UNUSED__, { elm_object_text_set(obj, "Locked tooltip visibility"); elm_object_tooltip_text_set(obj, "This tooltip is locked" - " visible,
click the button" + " visible,
click the button" " to unlock!"); elm_object_tooltip_show(obj); } @@ -359,7 +359,7 @@ _tt_visible_lock_toggle(void *data __UNUSED__, { elm_object_text_set(obj, "Unlocked tooltip visibility"); elm_object_tooltip_text_set(obj, "This tooltip is unlocked" - " visible,
click the button" + " visible,
click the button" " to lock!"); elm_object_tooltip_hide(obj); } @@ -466,7 +466,7 @@ test_tooltip(void *data __UNUSED__, bt = elm_button_add(win); elm_object_text_set(bt, "Unlocked tooltip visibility"); - elm_object_tooltip_text_set(bt, "This tooltip is unlocked visible,
" + elm_object_tooltip_text_set(bt, "This tooltip is unlocked visible,
" " click the button to lock!"); evas_object_smart_callback_add(bt, "clicked", _tt_visible_lock_toggle, NULL);