navit
0.5.3-trunk
|
Go to the source code of this file.
Enumerations | |
enum | message_id { WINDOW_CREATE, WINDOW_SIZE, WINDOW_DESTROY, DBLCLICK, CLICK, CHANGE, BUTTON_CLICK, INVALID } |
Functions | |
struct notify_priv * | win32_gui_notify_new () |
void | win32_gui_notify (struct notify_priv *notify, HWND hwnd, int message_id, void(*func)(struct datawindow_priv *parent, int param1, int param2)) |
LRESULT CALLBACK | message_handler (HWND hwnd, UINT win_message, WPARAM wParam, LPARAM lParam) |
enum message_id |
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 | ( | ) |