]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/apptbase.h
Send EVT_DATAVIEW_ITEM_CONTEXT_MENU events even when not clicking on an item.
[wxWidgets.git] / include / wx / os2 / apptbase.h
index 5916fda07dbc92658ebb8c045fe51db3cc043fbc..d1b9b494bd24cc8e27ac5983ba9ac87e83bb6a87 100644 (file)
@@ -27,11 +27,9 @@ public:
 
     // Clean up message queue.
     virtual void TerminateGui(unsigned long ulHab);
+
 #if wxUSE_SOCKETS
-    // returns the select()-based socket manager for console applications which
-    // is also used by some ports (wxX11, wxDFB) in the GUI build (hence it is
-    // here and not in wxConsoleAppTraits)
-    virtual wxSocketManager *GetSocketManager();
+    virtual wxFDIOManager *GetFDIOManager();
 #endif
 };