|
navit
0.5.3-trunk
|
Data Fields | |
| GtkWidget * | window |
| GtkWidget * | scrolled_window |
| GtkWidget * | treeview |
| GtkWidget * | button |
| GtkListStore * | liststore |
| GtkTreeModel * | sortmodel |
| struct callback * | click |
| struct callback * | close |
| struct gui_priv * | gui |
| HWND | hwnd |
| HWND | hwndLabel |
| HWND | hwndEdit |
| HWND | hwndList |
| HWND | hwndButtonPrev |
| HWND | hwndButtonNext |
| enum attr_type | currentSearchState |
| struct search_list * | sl |
| struct navit * | nav |
| struct notify_priv * | notifications |
Navit, a modular navigation system. Copyright (C) 2005-2008 Navit Team
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
| GtkWidget* datawindow_priv::button |
Referenced by gui_gtk_datawindow_set_button().
| struct callback* datawindow_priv::click |
Referenced by gui_gtk_datawindow_new().
| struct callback * datawindow_priv::close |
Referenced by gui_gtk_datawindow_new().
| enum attr_type datawindow_priv::currentSearchState |
Referenced by create_destination_window().
| struct gui_priv* datawindow_priv::gui |
Referenced by gui_gtk_datawindow_new().
| HWND datawindow_priv::hwnd |
Referenced by create_destination_window().
| HWND datawindow_priv::hwndButtonNext |
Referenced by create_destination_window().
| HWND datawindow_priv::hwndButtonPrev |
Referenced by create_destination_window().
| HWND datawindow_priv::hwndEdit |
Referenced by create_destination_window().
| HWND datawindow_priv::hwndLabel |
Referenced by create_destination_window().
| HWND datawindow_priv::hwndList |
Referenced by create_destination_window().
| GtkListStore* datawindow_priv::liststore |
| struct navit* datawindow_priv::nav |
Referenced by create_destination_window().
| struct notify_priv* datawindow_priv::notifications |
Referenced by create_destination_window().
| GtkWidget* datawindow_priv::scrolled_window |
Referenced by gui_gtk_datawindow_new().
| struct search_list* datawindow_priv::sl |
Referenced by create_destination_window().
| GtkTreeModel* datawindow_priv::sortmodel |
| GtkWidget* datawindow_priv::treeview |
Referenced by gui_gtk_datawindow_new().
| GtkWidget* datawindow_priv::window |
Referenced by gui_gtk_datawindow_new().