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:
@@ -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
|
||||
|
Reference in New Issue
Block a user