use @verbatim{...}

svn: r8699

original commit: 9c7790971010d45b78b3322831da216f65256080
This commit is contained in:
Eli Barzilay 2008-02-18 10:49:20 +00:00
parent 5ee22122d9
commit 92f885cb9e

View File

@ -330,8 +330,7 @@ The built-in container classes include horizontal panels (and panes),
vertical containers, a programmer can achieve most any layout. For
example, we can construct a dialog with the following shape:
@verbatim[
#<<IMG
@verbatim{
------------------------------------------------------
| ------------------------------------- |
| Your name: | | |
@ -340,8 +339,7 @@ The built-in container classes include horizontal panels (and panes),
| ( Cancel ) ( OK ) |
| -------- ---- |
------------------------------------------------------
IMG
]
}
with the following program: