]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/menu.h
added dependency handling to Makefiles
[wxWidgets.git] / include / wx / menu.h
index ee33335e21285ecc9501f81af5b415e4c690548b..293ce4a7633701c7ff4ff5906bcd24e36396abaf 100644 (file)
@@ -256,7 +256,7 @@ public:
     wxList& GetItems() const { return (wxList &)m_items; }
 #endif // WXWIN_COMPATIBILITY
 
-#if wxUSE_MENU_CALLBACK
+#if wxUSE_MENU_CALLBACK || defined(__WXMOTIF__)
     // wxWin 1.6x compatible menu event handling
     wxFunction GetCallback() const { return m_callback; }
     void Callback(const wxFunction func) { m_callback = func; }