return wxPORT_GTK;
}
-wxEventLoop* wxGUIAppTraits::CreateEventLoop()
+wxEventLoopBase* wxGUIAppTraits::CreateEventLoop()
{
return new wxEventLoop;
}
}
#endif
-wxString
-wxGUIAppTraits::GetStandardCmdLineOptions(wxArrayString& names,
- wxArrayString& desc) const
-{
- wxString usage;
-
- wxUnusedVar(names);
- wxUnusedVar(desc);
-
- return usage;
-}