summaryrefslogtreecommitdiffstats
path: root/examples/mdi/mdi.doc
blob: 7f97702a5f65283841bc90707db42b83441237dd (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
26
27
28
/*
*/
/*! \page mdi-example.html
 
  \ingroup examples
  \title An MDI Application
 
  This example program is just like the application example, except
  that it provides a Multiple Document Interface (MDI).
 
  <hr>
 
  Header file:
 
  \include mdi/application.h
 
  <hr>
 
  Implementation:
 
  \include mdi/application.cpp
 
  <hr>
 
  Main:

  \include mdi/main.cpp 
*/