Defines
core/vgui/impl/wx/vgui_wx_adaptor.cxx File Reference

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)

Detailed Description

wxWidgets implementation of vgui_adaptor.

See vgui_wx_adaptor.h for details.

Definition in file vgui_wx_adaptor.cxx.


Define Documentation

#define wxEventHandler (   func)    (wxObjectEventFunction)wxStaticCastEvent(wxEventFunction, &func)

Definition at line 21 of file vgui_wx_adaptor.cxx.