00001 // This is core/vgui/wx/vgui_wx.h 00002 #ifndef vgui__wx_h_ 00003 #define vgui__wx_h_ 00004 //: 00005 // \file 00006 // \brief vgui_wx static methods 00007 // \author Matt Leotta 00008 // \date August 7, 2008 00009 // 00010 00011 //: include impl stuff so the user doesn't have to 00012 #include <vgui/impl/wx/vgui_wx_adaptor.h> 00013 #include <vgui/impl/wx/vgui_wx_statusbar.h> 00014 00015 00016 //: vgui_wx static methods 00017 class vgui_wx 00018 { 00019 public: 00020 //: Initialize all vgui_wx XML Resource Handlers 00021 // Call this right after you call wxXmlResource::Get()->InitAllHandlers(); 00022 static void InitVguiHandlers(); 00023 }; 00024 00025 #endif //vgui__wx_h_