return wxPORT_MOTIF;
}
-wxEventLoop* wxGUIAppTraits::CreateEventLoop()
+wxEventLoopBase* wxGUIAppTraits::CreateEventLoop()
{
return new wxEventLoop;
}
return wxEmptyString;
}
-XmString wxStringToXmString( const wxString& str )
-{
- return wxStringToXmString(str.mb_str());
-}
-
XmString wxStringToXmString( const char* str )
{
return XmStringCreateLtoR((char *)str, XmSTRING_DEFAULT_CHARSET);