]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/control.h
allow handling events in a function taking the base class of the event class correspo...
[wxWidgets.git] / include / wx / univ / control.h
index 4d7d370ab17594032adff2a9e9471a82da64b6db..74913c6fbcbaef98af4597d1bafdbf84ee383929 100644 (file)
@@ -38,7 +38,7 @@ typedef wxString wxControlAction;
 // wxControl: the base class for all GUI controls
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxControl : public wxControlBase, public wxInputConsumer
+class WXDLLIMPEXP_CORE wxControl : public wxControlBase, public wxInputConsumer
 {
 public:
     wxControl() { Init(); }
@@ -71,11 +71,6 @@ public:
 
     // wxUniversal-specific methods
 
-    // return the accel index in the string or -1 if none and puts the modified
-    // string into second parameter if non NULL
-    static int FindAccelIndex(const wxString& label,
-                              wxString *labelOnly = NULL);
-
     // return the index of the accel char in the label or -1 if none
     int GetAccelIndex() const { return m_indexAccel; }