]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/utilsgtk.cpp
added wxTextEntry::AutoComplete() and implemented it for wxGTK
[wxWidgets.git] / src / gtk1 / utilsgtk.cpp
index 0626cfa3773104b1fda9f6c912f5c2224b8665ea..7cd7c37ef9dd33dbe976155ac193c66f8eca9bff 100644 (file)
@@ -203,7 +203,7 @@ wxPortId wxGUIAppTraits::GetToolkitVersion(int *verMaj, int *verMin) const
     return wxPORT_GTK;
 }
 
-wxEventLoop* wxGUIAppTraits::CreateEventLoop()
+wxEventLoopBase* wxGUIAppTraits::CreateEventLoop()
 {
     return new wxEventLoop;
 }
@@ -215,14 +215,3 @@ void wxGUIAppTraits::SetLocale()
 }
 #endif
 
-wxString
-wxGUIAppTraits::GetStandardCmdLineOptions(wxArrayString& names,
-                                          wxArrayString& desc) const
-{
-    wxString usage;
-
-    wxUnusedVar(names);
-    wxUnusedVar(desc);
-
-    return usage;
-}