referencenotes.h 862 B

1234567891011121314151617181920212223
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: referencenotes.h
  3. // Purpose: topic overview
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @page overview_referencenotes Notes on Using this Reference Manual
  9. @tableofcontents
  10. In the descriptions of the wxWidgets classes and their member functions, note
  11. that descriptions of inherited member functions are not duplicated in derived
  12. classes unless their behaviour is different. So in using a class such as
  13. wxScrolledWindow, be aware that wxWindow functions may be relevant.
  14. Where not explicitly stated, size and position arguments may usually be given a
  15. value of ::wxDefaultSize and ::wxDefaultPosition, in which case wxWidgets will
  16. choose suitable values.
  17. */