2008-02-18 19:04:03 -05:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
2008-02-25 05:50:43 -05:00
|
|
|
// Name: referencenotes.h
|
2008-02-18 19:04:03 -05:00
|
|
|
// Purpose: topic overview
|
|
|
|
// Author: wxWidgets team
|
2010-07-13 09:29:13 -04:00
|
|
|
// Licence: wxWindows licence
|
2008-02-18 19:04:03 -05:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2008-03-12 04:50:42 -04:00
|
|
|
/**
|
2008-02-19 08:28:24 -05:00
|
|
|
|
2008-10-30 07:14:46 -04:00
|
|
|
@page overview_referencenotes Notes on Using this Reference Manual
|
2008-02-19 08:28:24 -05:00
|
|
|
|
2012-11-03 14:34:10 -04:00
|
|
|
@tableofcontents
|
|
|
|
|
2008-02-25 05:50:43 -05:00
|
|
|
In the descriptions of the wxWidgets classes and their member functions, note
|
|
|
|
that descriptions of inherited member functions are not duplicated in derived
|
|
|
|
classes unless their behaviour is different. So in using a class such as
|
|
|
|
wxScrolledWindow, be aware that wxWindow functions may be relevant.
|
|
|
|
|
2011-03-22 10:17:38 -04:00
|
|
|
Where not explicitly stated, size and position arguments may usually be given a
|
2008-10-30 07:14:46 -04:00
|
|
|
value of ::wxDefaultSize and ::wxDefaultPosition, in which case wxWidgets will
|
|
|
|
choose suitable values.
|
2008-02-25 05:50:43 -05:00
|
|
|
|
|
|
|
*/
|