]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/wincmn.cpp
Implement GetLabel and SetLabel
[wxWidgets.git] / src / common / wincmn.cpp
index 6cc620cf4faaaf6c6aa3a2f240e7ad6840ffca2a..c7c5001fd195d3a138b1bc5798602b19c11d0286 100644 (file)
@@ -1830,7 +1830,9 @@ void wxWindowBase::DoUpdateWindowUI(wxUpdateUIEvent& event)
 #endif
 }
 
+#if 0
 // call internal idle recursively
+// may be obsolete (wait until OnIdle scheme stabilises)
 void wxWindowBase::ProcessInternalIdle()
 {
     OnInternalIdle();
@@ -1843,6 +1845,7 @@ void wxWindowBase::ProcessInternalIdle()
         node = node->GetNext();
     }
 }
+#endif
 
 // ----------------------------------------------------------------------------
 // dialog units translations