wxWidgets implementation of vgui_adaptor. More...
#include "vgui_wx_adaptor.h"#include "vgui_wx_menu.h"#include <vgui/vgui_macro.h>#include <vgui/vgui_popup_params.h>#include <wx/log.h>#include <wx/menu.h>#include <wx/timer.h>#include <wx/dcclient.h>#include <vcl_cassert.h>#include <vcl_iostream.h>Go to the source code of this file.
Defines | |
| #define | wxEventHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxEventFunction, &func) |
wxWidgets implementation of vgui_adaptor.
See vgui_wx_adaptor.h for details.
Definition in file vgui_wx_adaptor.cxx.
| #define wxEventHandler | ( | func | ) | (wxObjectEventFunction)wxStaticCastEvent(wxEventFunction, &func) |
Definition at line 21 of file vgui_wx_adaptor.cxx.
1.7.5.1