%define PREFIX /usr/apps/org.tizen.calculator
Name: org.tizen.calculator
Version: 0.1.31
-Release: 1
+Release: 0
Summary: SLP Calculator application
URL: http://slp-source.sec.samsung.net
Source: %{name}-%{version}.tar.gz
/* main widnow */
ad->win = _create_win(PACKAGE);
if (ad->win == NULL) {
- return FALSE;
+ return EINA_FALSE;
}
evas_object_smart_callback_add(ad->win, "profile,changed", win_profile_changed_cb, ad);
evas_object_show(ad->win);
ecore_idler_add((Ecore_Task_Cb) _set_input_entry_focus, ad);
ecore_idler_add((Ecore_Task_Cb) _load_idle_view, ad);
CALC_FUN_END();
- return TRUE; //EXIT_SUCCESS
+ return EINA_TRUE; //EXIT_SUCCESS
}
(void *data, Evas_Object * o, const char *emission, const char *source)
{
CALC_FUN_BEG();
- calculator_pannel_show = FALSE;
+ calculator_pannel_show = EINA_FALSE;
struct appdata *ad = (struct appdata *)data;
ad->panel_show = EINA_FALSE;
evas_object_hide(ad->input_entry);/*hide the input entry,before showing history area*/
mouse_events: 1;
scale: 1;
entry_mode: EDITABLE;
- select_mode: BLOCK_HANDLE;
+ select_mode: DEFAULT;
//cursor_mode: BEFORE;
multiline: 1;
source: "elm/entry/Bselection/default"; // selection under