|
navit
0.5.3-trunk
|
#include <windows.h>#include <windowsx.h>#include <commctrl.h>#include <glib.h>#include "win32_gui_notify.h"Data Structures | |
| struct | window_data |
| struct | notify_priv |
Functions | |
| void | win32_gui_notify (struct notify_priv *notify, HWND hwnd, int message_id, void(*func)(struct datawindow_priv *parent, int param1, int param2)) |
| struct notify_priv * | win32_gui_notify_new (struct datawindow_priv *parent) |
| LRESULT CALLBACK | message_handler (HWND hwnd, UINT win_message, WPARAM wParam, LPARAM lParam) |
| LRESULT CALLBACK message_handler | ( | HWND | hwnd, |
| UINT | win_message, | ||
| WPARAM | wParam, | ||
| LPARAM | lParam | ||
| ) |
| void win32_gui_notify | ( | struct notify_priv * | notify, |
| HWND | hwnd, | ||
| int | message_id, | ||
| void(*)(struct datawindow_priv *parent, int param1, int param2) | func | ||
| ) |
References window_data::func, window_data::hwnd, window_data::message, and notify_priv::window_list.
Referenced by create_destination_window().
| struct notify_priv* win32_gui_notify_new | ( | struct datawindow_priv * | parent | ) |
References notify_priv::parent.
Referenced by create_destination_window().