class_winlayout.h 706 B

123456789101112131415161718192021
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: class_winlayout.h
  3. // Purpose: Window Layout classes group docs
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_class_winlayout Window Layout
  9. @ingroup group_class
  10. wxWidgets makes window layout and sizing easy and painless using a set of
  11. classes known as "sizers". Sizers allow for flexible window positioning and
  12. sizes that can help with automatically handling localization differences, as
  13. well as making it easy to write user resizable windows.
  14. Related Overviews: @ref overview_sizer
  15. */