1 \section{Notes on using the reference
}\label{referencenotes
}
3 In the descriptions of the wxWindows classes and their member
4 functions, note that descriptions of inherited member functions are not
5 duplicated in derived classes unless their behaviour is different. So in
6 using a class such as wxScrolledWindow, be aware that wxWindow functions may be
9 Note also that arguments with default values may be omitted from a
10 function call, for brevity. Size and position arguments may usually be
11 given a value of -
1 (the default), in which case wxWindows will choose a
14 Most strings are returned as wxString objects. However, for remaining
15 char * return values, the strings are allocated and
16 deallocated by wxWindows. Therefore, return values should always be
17 copied for long-term use, especially since the same buffer is often
20 The member functions are given in alphabetical order except for
21 constructors and destructors which appear first.