summaryrefslogtreecommitdiffstats
path: root/friendfinder/gui.h
blob: bc900ecbbc3170e2e3cf72470068ccd505c7c379 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef __GUI_H_
#define __GUI_H_


#include "receiver.h"
#include "Evas.h"

//other functions
void set_bubble_text(Evas_Object *bb, char *username, char *text);
void show_message(char *current_msg);
char* get_current_time();
void print_users(struct position* pos);
void save_current_map_position(double lat, double lon);

//init functions
void init_options();
void init_window_parts();
void init_toolbar();
void init_map();
void init_buttons(Evas_Object *box);
void elm_main();
#endif