]> git.saurik.com Git - wxWidgets.git/blame - docs/doxygen/overviews/referencenotes.h
Fix setting frame icon when using non-standard icon sizes in wxMSW.
[wxWidgets.git] / docs / doxygen / overviews / referencenotes.h
CommitLineData
15b6757b 1/////////////////////////////////////////////////////////////////////////////
72844950 2// Name: referencenotes.h
15b6757b
FM
3// Purpose: topic overview
4// Author: wxWidgets team
5// RCS-ID: $Id$
526954c5 6// Licence: wxWindows licence
15b6757b
FM
7/////////////////////////////////////////////////////////////////////////////
8
880efa2a 9/**
36c9828f 10
b4da9d62 11@page overview_referencenotes Notes on Using this Reference Manual
36c9828f 12
72844950
BP
13In the descriptions of the wxWidgets classes and their member functions, note
14that descriptions of inherited member functions are not duplicated in derived
15classes unless their behaviour is different. So in using a class such as
16wxScrolledWindow, be aware that wxWindow functions may be relevant.
17
4c51a665 18Where not explicitly stated, size and position arguments may usually be given a
b4da9d62
FM
19value of ::wxDefaultSize and ::wxDefaultPosition, in which case wxWidgets will
20choose suitable values.
72844950
BP
21
22*/
36c9828f 23