]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/vlbox.h
Added wxRTTI information to wxNumberEntryDialog.
[wxWidgets.git] / include / wx / vlbox.h
index dde8cbf7ca5393be4f2b065feb5810d24c9524b6..8c8223dd4b9bcdd5e897dbecfa3e8b32d5eccdf5 100644 (file)
@@ -92,6 +92,9 @@ public:
 
     // is this item the current one?
     bool IsCurrent(size_t item) const { return item == (size_t)m_current; }
 
     // is this item the current one?
     bool IsCurrent(size_t item) const { return item == (size_t)m_current; }
+    #ifdef __WXUNIVERSAL__
+    bool IsCurrent() const { return wxVScrolledWindow::IsCurrent(); }
+    #endif
 
     // is this item selected?
     bool IsSelected(size_t item) const;
 
     // is this item selected?
     bool IsSelected(size_t item) const;