]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/html/index.htm
SetCursor() doesn't set cursor for children of the window any more
[wxWidgets.git] / docs / html / index.htm
index 493a111e022bc66a2bc4506ea23680699ab7e1d7..be88c494e3af067bbd5b7feb718f8bc2c716f2bf 100644 (file)
@@ -137,6 +137,7 @@ scheme is used whereby child windows have full sizing and moving rights within t
 window. On other platforms, tabbed windows are used, where the children are always maximized.
 <li><a href="../../samples/memcheck">memcheck</a>: demonstrates the memory checking/debugging facilities.
 <li><a href="../../samples/mfc">mfc</a>: shows how to use MFC and wxWindows code in the same application (Windows only).
+To compile this, you must edit include/wx/wxprec.h, comment out the windows.h inclusion, and recompile wxWindows.
 <li><a href="../../samples/minifram">minifram</a>: demonstrates a frame with a small title bar. On
 platforms that don't support it, a normal-sized title bar is displayed.
 <li><a href="../../samples/minimal">minimal</a>: just shows a frame, a menubar, and a statusbar. About as