summaryrefslogtreecommitdiffstats
path: root/examples/menu/menu.doc
blob: a7ed69bb41bd4cdd3d04e1260a50fa96316ff234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
*/
/*!   \page menu-example.html

  \ingroup examples
  \title Using menus

    This example demonstrates a menu bar with pull-down menus,
    sub-menus and custom menu items. It also demonstrates a pop-up
    context menu.


  <hr>

  Header file:

  \include menu/menu.h

  <hr>

  Implementation:

  \include menu/menu.cpp
*/