navit  0.5.3-trunk
gui_gtk_poi.h
Go to the documentation of this file.
1 
20 #ifndef NAVIT_GTK_POI_H
21 #define NAVIT_GTK_POI_H
22 
23 struct navit;
24 struct pcoord;
25 void gtk_gui_poi(struct navit *nav);
26 
27 #endif
28 
void gtk_gui_poi(struct navit *nav)
Create the POI search UI window and connect objects to functions.
Definition: gui_gtk_poi.c:353
Definition: navit.c:112
Definition: coord.h:52