]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/customwidgets.h
For wxGTK2, link with X11 explicitly, since we use many X11 functions directly.
[wxWidgets.git] / docs / doxygen / overviews / customwidgets.h
index 471abd035f56f49cfa67615c2f89131ca273b1b8..8891e1bccfe23f9a7e22f6161c441aef5a45b4e1 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     topic overview
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -26,7 +26,7 @@ and is obviously easier and faster.
 However there are situations where you need to show some particular kind of data
 which is not suited to any existing control.
 In these cases rather than hacking an existing control for something it has not
-been coinceived for, it's better to write a new widget.
+been conceived for, it's better to write a new widget.
 
 
 @section overview_customwidgets_how How to write the custom widget
@@ -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.