]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/customwidgets.h
added XRC handler for wxFileCtrl (closes #10785)
[wxWidgets.git] / docs / doxygen / overviews / customwidgets.h
index 471abd035f56f49cfa67615c2f89131ca273b1b8..efedece42672e59799b154f73a63a720aee8aedf 100644 (file)
@@ -47,7 +47,7 @@ implementations and thus more work.
 
 In both cases you'll want to better explore some hot topics like:
 - @ref overview_windowsizing
-- @ref overview_eventhandling_custom to implement your custom widget's events.
+- @ref overview_events_custom to implement your custom widget's events.
 You will probably need also to gain some familiarity with the wxWidgets sources,
 since you'll need to interface with some undocumented wxWidgets internal mechanisms.