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

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)

Detailed Description

wxWidgets implementation of vgui_menu.

See vgui_wx_menu.h for details.

Definition in file vgui_wx_menu.cxx.


Define Documentation

#define wxCommandEventHandler (   func)    (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(wxCommandEventFunction, &func)

Definition at line 15 of file vgui_wx_menu.cxx.