]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/private.h
[ 1541434 ] wxListView::IsSelected should be const
[wxWidgets.git] / include / wx / x11 / private.h
index 5d5814b0d727b8e6f086293ec893a91e6ebd6760..08406a39bff03407360882679643307b9519700c 100644 (file)
@@ -80,5 +80,9 @@ extern Window wxGetWindowParent(Window window);
 bool wxSetWMDecorations(Window w, long style);
 bool wxMWMIsRunning(Window w);
 
+// Checks if any of our children are finished.
+// implemented in src/x11/utils.cpp
+void wxCheckForFinishedChildren();
+
 #endif
 // _WX_PRIVATE_H_