#include <Elementary.h>
static void
{
int zoom;
}
static void
{
int zoom;
}
static void
{
}
static void
{
}
_nasty_hack(void *data)
{
Evas *e = evas_object_evas_get(o);
}
EAPI_MAIN int
{
elm_object_text_set(bt, "+");
elm_box_pack_end(box, bt);
elm_object_text_set(bt, "-");
elm_box_pack_end(box, bt);
elm_object_text_set(bt, "X");
elm_box_pack_end(box, bt);
elm_object_text_set(bt, "#");
elm_box_pack_end(box, bt);
elm_map_region_show(map, -43.2, -22.9);
evas_object_resize(win, 512, 512);
return 0;
}
quit when the application's last window is closed
Definition: elm_general.h:248
EAPI Evas_Object * elm_box_add(Evas_Object *parent)
Add a new box to the parent.
Definition: elm_box.c:366
#define EINA_UNUSED
Definition: eina_types.h:321
#define EVAS_HINT_EXPAND
Use with evas_object_size_hint_weight_set(), evas_object_size_hint_weight_get(), evas_object_size_hin...
Definition: Evas_Common.h:292
Ecore_Timer * ecore_timer_add(double in, Ecore_Task_Cb func, const void *data)
Creates a timer to call the given function in the given period of time.
Definition: ecore_timer.c:178
void evas_smart_objects_calculate(Eo *eo_e)
Call user-provided calculate smart functions and unset the flag signalling that the object needs to g...
Definition: evas_main.c:1960
void evas_object_smart_callback_add(Evas_Object *eo_obj, const char *event, Evas_Smart_Cb func, const void *data)
Add (register) a callback function to the smart event specified by event on the smart object obj.
Definition: evas_object_smart.c:980
Efl_Canvas_Object Evas_Object
Definition: Evas_Common.h:180
void elm_run(void)
Run Elementary's main loop.
Definition: elm_main.c:1385
#define ELM_MAIN()
macro to be used after the elm_main() function
Definition: elm_general.h:528
Evas_Object * elm_map_add(Evas_Object *parent)
Add a new map widget to the given parent Elementary (container) object.
Definition: elm_map.c:4300
Zoom until map fills scroll, ensuring no pixels are left unfilled.
Definition: elm_map_legacy.h:22
Evas_Object * elm_win_util_standard_add(const char *name, const char *title)
Adds a window object with standard setup.
Definition: efl_ui_win.c:9199
void evas_object_show(Evas_Object *eo_obj)
Makes the given Evas object visible.
Definition: evas_object_main.c:1853
Eo Evas
Definition: Evas_Common.h:158
#define EINA_TRUE
Definition: eina_types.h:508
Eina_Bool elm_policy_set(unsigned int policy, int value)
Set a new policy's value (for a given policy group/identifier).
Definition: elm_main.c:1408
unsigned char Eina_Bool
Definition: eina_types.h:496
#define ECORE_CALLBACK_CANCEL
Return value to remove a callback.
Definition: Ecore_Common.h:152
void elm_map_zoom_set(Eo *obj, int zoom)
Set the zoom level of the map.
Definition: elm_map.c:4344
void elm_win_resize_object_add(Eo *obj, Evas_Object *subobj)
Add subobj as a resize object of window obj.
Definition: efl_ui_win.c:8899
Zoom controlled manually by elm_map_zoom_set().
Definition: elm_map_legacy.h:18
Zoom until map fits inside the scroll frame with no pixels outside this area.
Definition: elm_map_legacy.h:20
void elm_win_autodel_set(Eo *obj, Eina_Bool autodel)
Set the window's autodel state.
Definition: efl_ui_win.c:6146
int elm_map_zoom_get(const Eo *obj)
Get the zoom level of the map.
Definition: elm_map.c:4350
void elm_map_zoom_mode_set(Eo *obj, Elm_Map_Zoom_Mode mode)
Set the zoom mode used by the map object.
Definition: elm_map.c:4398
under which circumstances the application should quit automatically.
Definition: elm_general.h:227