2008-02-19 00:04:03 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
2008-02-25 10:50:43 +00:00
|
|
|
// Name: referencenotes.h
|
2008-02-19 00:04:03 +00:00
|
|
|
// Purpose: topic overview
|
|
|
|
// Author: wxWidgets team
|
|
|
|
// RCS-ID: $Id$
|
2010-07-13 13:29:13 +00:00
|
|
|
// Licence: wxWindows licence
|
2008-02-19 00:04:03 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2008-03-12 08:50:42 +00:00
|
|
|
/**
|
2008-02-19 13:28:24 +00:00
|
|
|
|
2008-10-30 11:14:46 +00:00
|
|
|
@page overview_referencenotes Notes on Using this Reference Manual
|
2008-02-19 13:28:24 +00:00
|
|
|
|
2008-02-25 10:50:43 +00: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 14:17:38 +00:00
|
|
|
Where not explicitly stated, size and position arguments may usually be given a
|
2008-10-30 11:14:46 +00:00
|
|
|
value of ::wxDefaultSize and ::wxDefaultPosition, in which case wxWidgets will
|
|
|
|
choose suitable values.
|
2008-02-25 10:50:43 +00:00
|
|
|
|
|
|
|
*/
|
2008-02-19 13:28:24 +00:00
|
|
|
|