Functions
e_map_new ()
EMap *
e_map_new (void);
Creates a new empty map widget.
Returns
A newly-created map widget.
e_map_freeze ()
void
e_map_freeze (EMap *map);
e_map_thaw ()
void
e_map_thaw (EMap *map);
e_map_get_magnification ()
gdouble
e_map_get_magnification (EMap *map);
e_map_set_smooth_zoom ()
void
e_map_set_smooth_zoom (EMap *map,
gboolean state);
e_map_get_smooth_zoom ()
gboolean
e_map_get_smooth_zoom (EMap *map);
e_map_zoom_out ()
void
e_map_zoom_out (EMap *map);
e_map_point_get_name ()
gchar *
e_map_point_get_name (EMapPoint *point);
e_map_point_get_color_rgba ()
guint32
e_map_point_get_color_rgba (EMapPoint *point);