/usr/share/doc/grass-doc/html/d.frame.html is in grass-doc 6.4.3-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>GRASS GIS manual: d.frame</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="grassdocs.css" type="text/css">
</head>
<body bgcolor="white">
<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
<h2>NAME</h2>
<em><b>d.frame</b></em> - Manages display frames on the user's graphics monitor.
<h2>KEYWORDS</h2>
display, setup
<h2>SYNOPSIS</h2>
<b>d.frame</b><br>
<b>d.frame help</b><br>
<b>d.frame</b> [-<b>csepalD</b>] [<b>frame</b>=<em>name</em>] [<b>at</b>=<em>bottom,top,left,right</em>] [--<b>verbose</b>] [--<b>quiet</b>]
<h3>Flags:</h3>
<DL>
<DT><b>-c</b></DT>
<DD>Create a new frame</DD>
<DT><b>-s</b></DT>
<DD>Select a frame</DD>
<DT><b>-e</b></DT>
<DD>Remove all frames and erase the screen</DD>
<DT><b>-p</b></DT>
<DD>Print name of current frame</DD>
<DT><b>-a</b></DT>
<DD>Print names of all frames</DD>
<DT><b>-l</b></DT>
<DD>List map names displayed in GRASS monitor</DD>
<DT><b>-D</b></DT>
<DD>Debugging output</DD>
<DT><b>--verbose</b></DT>
<DD>Verbose module output</DD>
<DT><b>--quiet</b></DT>
<DD>Quiet module output</DD>
</DL>
<h3>Parameters:</h3>
<DL>
<DT><b>frame</b>=<em>name</em></DT>
<DD>Frame to be created/selected</DD>
<DT><b>at</b>=<em>bottom,top,left,right</em></DT>
<DD>Where to place the frame, values in percent (implies -c)</DD>
</DL>
<h2>DESCRIPTION</h2>
This program manages display frames on the user's graphics
monitor. Graphics are displayed in rectangular frames on whatever graphics
monitor the user is currently directing GRASS display
output to. These frames are created and managed with this
module. Note that GRASS frame contents <em>are not</em>
retained when one frame covers another. You cannot
shuffle frames from top to bottom and then back again.
They simply define rectangular areas on the screen where
subsequent drawing will occur.
<h2>NOTES</h2>
The coordinates for the <b>at=</b> option are stated in the form:
<em>bottom,top,left,right</em>. The lower-left corner of the graphics
monitor always is at location 0,0 while the monitor's upper-right
corner is always at 100,100 (the values are in percent).
<p>
If <b>at=</b> options are not given during frame correction the
user will be prompted to create the frame using the mouse.
Likewise if a frame name is not given during frame selection, the user
will be prompted to select an existing frame on the display monitor
using the mouse.
<p>
If the user has created multiple display frames that overlap one another,
whatever the user displays in the active frame will overwrite
those portions of the underlying frame where these frames overlap.
<p>
A frame by the name of <em>full_screen</em> is always present and may be
selected at any time. This may be useful if you would like to de-select
all user defined frames just before taking a screenshot.
<h2>SEE ALSO</h2>
<em>
<a href="d.erase.html">d.erase</a><br>
<a href="d.extend.html">d.extend</a><br>
<a href="d.info.html">d.info</a><br>
<a href="d.mon.html">d.mon</a><br>
<a href="d.monsize.html">d.monsize</a><br>
<a href="d.mvmon.html">d.mvmon</a><br>
<a href="d.redraw.html">d.redraw</a><br>
<a href="d.resize.html">d.resize</a><br>
<a href="d.save.html">d.save</a><br>
<a href="d.split.html">d.split</a><br>
</em>
<h2>AUTHOR</h2>
James Westervelt, U.S. Army Construction Engineering
Research Laboratory
<br>
Michael Shapiro, U.S. Army Construction Engineering
Research Laboratory
<p>
<i>Last changed: $Date: 2011-11-08 03:29:50 -0800 (Tue, 08 Nov 2011) $</i>
<HR>
<P><a href="index.html">Main index</a> - <a href="display.html">display index</a> - <a href="full_index.html">Full index</a></P>
<P>© 2003-2013 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
</body>
</html>
|