navit  0.5.3-trunk
data_window.h File Reference

Go to the source code of this file.

Data Structures

struct  datawindow_methods
 
struct  datawindow
 

Functions

void datawindow_destroy (struct datawindow *win)
 
void datawindow_add (struct datawindow *win, struct param_list *param, int count)
 
void datawindow_mode (struct datawindow *win, int start)
 

Function Documentation

◆ datawindow_add()

void datawindow_add ( struct datawindow win,
struct param_list param,
int  count 
)

◆ datawindow_destroy()

void datawindow_destroy ( struct datawindow win)

◆ datawindow_mode()

void datawindow_mode ( struct datawindow win,
int  start 
)

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.

References datawindow::meth, datawindow_methods::mode, and datawindow::priv.

Referenced by navit_window_roadbook_update().