예제 #1
0
PREFIX value ml_elm_naviframe_content_preserve_on_pop_set(
        value v_obj, value v_flag)
{
        elm_naviframe_content_preserve_on_pop_set((Evas_Object*) v_obj,
                Eina_Bool_val(v_flag));
        return Val_unit;
}
예제 #2
0
PREFIX value ml_elm_fileselector_buttons_ok_cancel_set(
        value v_obj, value v_flag)
{
        elm_fileselector_buttons_ok_cancel_set((Evas_Object*) v_obj,
                Eina_Bool_val(v_flag));
        return Val_unit;
}
예제 #3
0
Eina_Bool ml_Elm_Gen_Item_State_Get_Cb(
        void* data, Evas_Object* obj, const char* part)
{
        CAMLparam0();
        CAMLlocal3(v_obj, v_part, v);
        value* v_class = data;
        v_obj = copy_Evas_Object(obj);
        v_part = copy_string(part);
        v = caml_callback2(Field(*v_class, 3), v_obj, v_part);
        CAMLreturnT(Eina_Bool, Eina_Bool_val(v));
}
예제 #4
0
PREFIX value ml_elm_naviframe_event_enabled_set(value v_obj, value v_flag)
{
        elm_naviframe_event_enabled_set((Evas_Object*) v_obj,
                Eina_Bool_val(v_flag));
        return Val_unit;
}
예제 #5
0
PREFIX value ml_elm_naviframe_prev_btn_auto_pushed_set(value v_obj, value v_flag)
{
        elm_naviframe_prev_btn_auto_pushed_set((Evas_Object*) v_obj,
                Eina_Bool_val(v_flag));
        return Val_unit;
}
예제 #6
0
PREFIX value ml_elm_naviframe_item_title_visible_set(value v_it, value v_flag)
{
        elm_naviframe_item_title_visible_set((Elm_Object_Item*) v_it,
                Eina_Bool_val(v_flag));
        return Val_unit;
}
예제 #7
0
PREFIX value ml_elm_fileselector_expandable_set(value v_obj, value v_flag)
{
        elm_fileselector_expandable_set((Evas_Object*) v_obj,
                Eina_Bool_val(v_flag));
        return Val_unit;
}
예제 #8
0
PREFIX value ml_elm_fileselector_folder_only_set(value v_obj, value v_flag)
{
        elm_fileselector_folder_only_set((Evas_Object*) v_obj,
                Eina_Bool_val(v_flag));
        return Val_unit;
}