]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/doxygen/groups/class_ribbon.h
Merged GSOC Ribbon work from SOC2009_RIBBON branch into trunk.
[wxWidgets.git] / docs / doxygen / groups / class_ribbon.h
... / ...
CommitLineData
1/////////////////////////////////////////////////////////////////////////////
2// Name: class_ribbon.h
3// Purpose: Ribbon classes group docs
4// Author: wxWidgets team
5// RCS-ID: $Id$
6// Licence: wxWindows license
7/////////////////////////////////////////////////////////////////////////////
8
9/**
10
11@defgroup group_class_ribbon Ribbon User Interface
12@ingroup group_class
13
14The wxRibbon library is a set of classes for writing a ribbon user interface.
15At the most generic level, this is a combination of a tab control with a
16toolbar. At a more functional level, it is similar to the user interface
17present in recent versions of Micrsoft Office.
18
19Related Overviews: @ref overview_ribbon
20
21*/