Made wxConvBrokenFileNames public.

Made use of it from GTK+'s wxApp.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2005-03-29 23:15:54 +00:00
parent be108f9665
commit 66bf009984
5 changed files with 37 additions and 26 deletions

View File

@@ -16,6 +16,7 @@
#include "wx/frame.h"
#include "wx/icon.h"
#include "wx/strconv.h"
//-----------------------------------------------------------------------------
// classes
@@ -67,6 +68,11 @@ public:
// This returns the current visual: either that used by wxRootWindow
// or the XVisualInfo* for SGI.
GdkVisual *GetGdkVisual();
#ifdef __WXGTK20__
wxConvBrokenFileNames *m_convBrokenFileNames;
wxMBConv *m_oldConvFileName;
#endif
private:
// true if we're inside an assert modal dialog