wxWidgets implementation of vgui_menu. More...
#include "vgui_wx_menu.h"#include <vgui/vgui_command.h>#include <wx/menu.h>#include <vcl_cctype.h>#include <vcl_cassert.h>Go to the source code of this file.
Defines | |
| #define | wxCommandEventHandler(func) (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(wxCommandEventFunction, &func) |
wxWidgets implementation of vgui_menu.
See vgui_wx_menu.h for details.
Definition in file vgui_wx_menu.cxx.
| #define wxCommandEventHandler | ( | func | ) | (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(wxCommandEventFunction, &func) |
Definition at line 15 of file vgui_wx_menu.cxx.
1.7.5.1