}
ecore_wl_dnd_drag_end(ecore_wl_input_get());
-
return ECORE_CALLBACK_PASS_ON;
}
*/
EAPI void elm_config_scale_set(double scale);
-/*
- * Add backwards compatability implementation for elm_scale_get and elm_scale_set
- * to allow running unmodified Tizen applications on a new drop of elementary
- */
-EAPI double elm_scale_get(void);
-EAPI void elm_scale_set(double scale);
-
/**
* @defgroup Password_last_show Password show last
* @ingroup Elementary
* @}
*/
+/*
+ * Add backwards compatability implementation for elm_scale_get and elm_scale_set
+ * to allow running unmodified Tizen applications on a new drop of elementary
+ */
+EAPI double elm_scale_get(void);
+EAPI void elm_scale_set(double scale);
EAPI Evas_Coord elm_finger_size_get(void);
EAPI void elm_finger_size_set(Evas_Coord size);
if (!_field_cmp(fieldtype, &old_time, &sd->curr_time))
eo_do(obj, eo_event_callback_call(ELM_DATETIME_EVENT_CHANGED, NULL));
+
}
EOLIAN static Eina_Bool
[[Set the input panel layout of the entry.]]
}
get {
- [[@
- Get the input panel layout of the entry
-
- @return layout type. It returns ELM_INPUT_PANEL_LAYOUT_INVALID(8) when it fails.
-
- @see elm_entry_input_panel_layout_set
-
- @ingroup Entry ]]
+ [[Get the input panel layout of the entry.]]
}
values {
layout: Elm.Input.Panel.Layout(Elm.Input.Panel.Layout.invalid); [[layout type.]]
edje_object_signal_emit(VIEW(it), "elm,state,selected", "elm");
if (eo_do_ret(eo_it, tmp, elm_wdg_item_disabled_get()))
edje_object_signal_emit(VIEW(it), "elm,state,disabled", "elm");
- if (it == (Elm_Gen_Item *)sd->focused_item &&
- elm_widget_focus_highlight_enabled_get(WIDGET(it)))
- edje_object_signal_emit(VIEW(it), "elm,state,focused", "elm");
}
edje_object_message_signal_process(VIEW(it));
evas_object_show(VIEW(it));
// XXX popup needs to adapt to theme etc.
sd->popup = edje_object_add(evas_object_evas_get(obj));
+ evas_object_smart_member_add(sd->popup, obj);
if (sd->horizontal)
_elm_theme_set(elm_widget_theme_get(obj), sd->popup, "slider", "horizontal/popup", elm_widget_style_get(obj));
else
int tsize;
Evas_Object *img; /* low res version of image (scale down == 8) */
+ int no_smooth;
int preload_num;
Eina_List *grids;
static const char SIG_ROTATION_CHANGED[] = "rotation,changed";
static const char SIG_PROFILE_CHANGED[] = "profile,changed";
static const char SIG_WM_ROTATION_CHANGED[] = "wm,rotation,changed";
-static const char SIG_THEME_CHANGED[] = "theme,changed";
static const char SIG_CONFORMANT_CHANGED[] = "conformant,changed";
static const char SIG_AUX_HINT_ALLOWED[] = "aux,hint,allowed";
ecore_wl_window_conformant_set(sd->wl.win, conformant);
#else
(void)conformant;
-
#endif
}