|
navit
0.5.3-trunk
|
#include <graphics_win32.h>
Data Fields | |
| HWND | wnd_handle |
| HMENU | hMenu |
| struct callback * | cb |
| char * | path |
| GtkAction * | action |
| struct gui_priv * | gui |
| enum menu_type | type |
| struct menu_priv * | child |
| struct menu_priv * | sibling |
| gulong | handler_id |
| guint | merge_id |
| GtkWidget * | widget |
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.
| GtkAction* menu_priv::action |
Referenced by add_menu().
| struct callback * menu_priv::cb |
Referenced by add_menu(), and WndProc().
| struct menu_priv* menu_priv::child |
Referenced by remove_menu().
| struct gui_priv* menu_priv::gui |
Referenced by add_menu(), and gui_gtk_ui_new().
| gulong menu_priv::handler_id |
Referenced by add_menu().
| HMENU menu_priv::hMenu |
Referenced by add_menu().
| guint menu_priv::merge_id |
Referenced by add_menu().
| char* menu_priv::path |
Referenced by add_menu(), and gui_gtk_ui_new().
| struct menu_priv* menu_priv::sibling |
Referenced by add_menu(), and remove_menu().
| enum menu_type menu_priv::type |
Referenced by add_menu().
| GtkWidget* menu_priv::widget |
Referenced by gui_gtk_ui_new().
| HWND menu_priv::wnd_handle |