]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/mainpages/strategies.h
made wxFindFocusedChild static, the comment wasn't telling truth anymore
[wxWidgets.git] / docs / doxygen / mainpages / strategies.h
index 4ab1119dc0765ec88fbbd10e57bfcb6b33b453cf..d9046e38fe700d3468c9058b7445ad59aaf7688b 100644 (file)
  @subsection page_strategies_portability_usesizers Use sizers
 
  Don't use absolute panel item positioning if you can avoid it. Different GUIs have
- very differently sized panel items. Consider using the @ref sizer_overview instead.
+ very differently sized panel items. Consider using the @ref overview_sizers instead.
 
  @subsection page_strategies_portability_useresources Use wxWidgets resource files
 
  Use .xrc (wxWidgets resource files) where possible, because they can be easily changed
- independently of source code. See the @ref xrc_overview for more info.
+ independently of source code. See the @ref overview_xrc for more info.
 
 
 
  scattering wxASSERTs liberally to test for problems in your code as early as possible. 
  Forward thinking will save a surprising amount of time in the long run.
 
- See the @ref debugging_overview for further information.
+ See the @ref overview_debugging for further information.
 
 */