wxWidgets implementation of vgui_dialog_impl. More...
#include "vgui_wx_dialog_impl.h"#include "vgui_wx_adaptor.h"#include <vgui/vgui_color_text.h>#include <vgui/internals/vgui_dialog_field.h>#include <vgui/internals/vgui_simple_field.h>#include <wx/log.h>#include <wx/filename.h>#include <wx/dialog.h>#include <wx/filedlg.h>#include <wx/colordlg.h>#include <wx/sizer.h>#include <wx/valgen.h>#include <wx/checkbox.h>#include <wx/textctrl.h>#include <wx/arrstr.h>#include <wx/choice.h>#include <wx/statline.h>#include <wx/stattext.h>#include <wx/statbox.h>#include <wx/button.h>#include <vcl_iostream.h>#include <vcl_sstream.h>#include <vcl_algorithm.h>#include <vcl_map.h>#include <vcl_utility.h>#include <vcl_cassert.h>Go to the source code of this file.
Classes | |
| struct | vgui_wx_dialog_choice |
| struct | vgui_wx_dialog_inline_tab |
Defines | |
| #define | wxCommandEventHandler(func) (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(wxCommandEventFunction, &func) |
wxWidgets implementation of vgui_dialog_impl.
See vgui_wx_dialog_impl.h for details.
Definition in file vgui_wx_dialog_impl.cxx.
| #define wxCommandEventHandler | ( | func | ) | (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(wxCommandEventFunction, &func) |
Definition at line 35 of file vgui_wx_dialog_impl.cxx.
1.7.5.1