]> git.saurik.com Git - wxWidgets.git/blob - docs/doxygen/overviews/referencenotes.h
Add IEEE 754 single/double precision support to wxDataStream classes.
[wxWidgets.git] / docs / doxygen / overviews / referencenotes.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: referencenotes.h
3 // Purpose: topic overview
4 // Author: wxWidgets team
5 // RCS-ID: $Id$
6 // Licence: wxWindows licence
7 /////////////////////////////////////////////////////////////////////////////
8
9 /**
10
11 @page overview_referencenotes Notes on Using this Reference Manual
12
13 @tableofcontents
14
15 In the descriptions of the wxWidgets classes and their member functions, note
16 that descriptions of inherited member functions are not duplicated in derived
17 classes unless their behaviour is different. So in using a class such as
18 wxScrolledWindow, be aware that wxWindow functions may be relevant.
19
20 Where not explicitly stated, size and position arguments may usually be given a
21 value of ::wxDefaultSize and ::wxDefaultPosition, in which case wxWidgets will
22 choose suitable values.
23
24 */