screenshot

screenshot — A representation of what the user sees or might see on a computer screen

Synopsis

Content Model

screenshot ::=

Description

A ScreenShot is a graphical environment for displaying an image of what the user might see on a computer screen. It is often used to display application screen shots, dialog boxes, and other components of a graphical user interface.

Processing expectations

Formatted as a displayed block.

Children

The following elements occur in screenshot: info (db.info), info (db.titleforbidden.info), mediaobject, subtitle, title, titleabbrev.

See Also

computeroutput, lineannotation, literallayout, programlisting, screen, synopsis, userinput

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<title>Example screenshot</title>

<screenshot>
<info>
  <!-- FIXME: this isn't really right! -->
  <releaseinfo>640x480x256</releaseinfo>
</info>
<mediaobject>
<imageobject>
<imagedata fileref="copilot.gif"/>
</imageobject>
</mediaobject>
</screenshot>

</article>

ChangeLog

This alpha reference page is $Revision: 1.4 $ published $Date: 2005/10/31 12:31:56 $.