class_aui.h 573 B

12345678910111213141516171819
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: class_aui.h
  3. // Purpose: Window Docking (wxAUI) classes group docs
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_class_aui Window Docking (wxAUI)
  9. @ingroup group_class
  10. wxAUI is a set classes for writing a customizable application interface
  11. with built-in docking, floatable panes and a flexible MDI-like interface.
  12. Related Overviews: @ref overview_aui
  13. */