]> 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 80596e6bbdd4e6f72ab783b71abd80eb498bdbe9..08406a39bff03407360882679643307b9519700c 100644 (file)
@@ -32,9 +32,9 @@
 #include "pango/pango.h"
 #endif
 
-class wxMouseEvent;
-class wxKeyEvent;
-class wxWindow;
+class WXDLLIMPEXP_CORE wxMouseEvent;
+class WXDLLIMPEXP_CORE wxKeyEvent;
+class WXDLLIMPEXP_CORE wxWindow;
 
 // ----------------------------------------------------------------------------
 // Some Unicode <-> UTF8 macros stolen from GTK
@@ -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_