class_ribbon.h 649 B

123456789101112131415161718
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: class_ribbon.h
  3. // Purpose: Ribbon classes group docs
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_class_ribbon Ribbon User Interface
  9. @ingroup group_class
  10. The wxRibbon library is a set of classes for writing a ribbon user interface.
  11. At the most generic level, this is a combination of a tab control with a
  12. toolbar. At a more functional level, it is similar to the user interface
  13. present in recent versions of Microsoft Office.
  14. */