]>
Commit | Line | Data |
---|---|---|
15b6757b | 1 | ///////////////////////////////////////////////////////////////////////////// |
72844950 | 2 | // Name: referencenotes.h |
15b6757b FM |
3 | // Purpose: topic overview |
4 | // Author: wxWidgets team | |
526954c5 | 5 | // Licence: wxWindows licence |
15b6757b FM |
6 | ///////////////////////////////////////////////////////////////////////////// |
7 | ||
880efa2a | 8 | /** |
36c9828f | 9 | |
b4da9d62 | 10 | @page overview_referencenotes Notes on Using this Reference Manual |
36c9828f | 11 | |
831e1028 BP |
12 | @tableofcontents |
13 | ||
72844950 BP |
14 | In the descriptions of the wxWidgets classes and their member functions, note |
15 | that descriptions of inherited member functions are not duplicated in derived | |
16 | classes unless their behaviour is different. So in using a class such as | |
17 | wxScrolledWindow, be aware that wxWindow functions may be relevant. | |
18 | ||
4c51a665 | 19 | Where not explicitly stated, size and position arguments may usually be given a |
b4da9d62 FM |
20 | value of ::wxDefaultSize and ::wxDefaultPosition, in which case wxWidgets will |
21 | choose suitable values. | |
72844950 BP |
22 | |
23 | */ |