/usr/share/doc/gdl-coyote/html/cgcoyotegraphic.html is in gdl-coyote 2016.11.13-2.
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 | <html>
<head>
<TITLE>coyote: CGCOYOTEGRAPHIC</TITLE>
<style>
dt {font-weight: bold;}
</style>
</head>
<body>
<H1><a href="index.html">coyote</a>: CGCOYOTEGRAPHIC</H1>
<ul>
<li><a href=Graphics.html>coyote/Graphics</a></li>
<li><a href="/usr/share/gnudatalanguage/coyote/cgcoyotegraphic.pro">[Source code]</a></li>
</ul>
<dl>
<dt>Description</dt>
<dd><pre>
This simply identifies a routine as a Coyote Graphics routine. It is written
so I can identify such routines in cgWindow before I assign a background color.
</pre></dd>
</dl>
<dl>
<dt>Categories</dt>
<dd><pre>
Graphics
</pre></dd>
</dl>
<dl>
<dt>Examples</dt>
<dd><pre>
Used in Coyote Graphics programs::
IDL> IF cgCoyoteGraphic('cgDraw_ROI') THEN background = 'white'
</pre></dd>
</dl>
<dl>
<dt>Author</dt>
<dd><pre>
FANNING SOFTWARE CONSULTING::
David W. Fanning
1645 Sheely Drive
Fort Collins, CO 80526 USA
Phone: 970-221-0438
E-mail: david@idlcoyote.com
Coyote's Guide to IDL Programming: http://www.idlcoyote.com
</pre></dd>
</dl>
<dl>
<dt>History</dt>
<dd><pre>
Change History::
Written, 18 January 2011. DWF.
</pre></dd>
</dl>
<dl>
<dt>Copyright</dt>
<dd><pre>
Copyright (c) 2011, Fanning Software Consulting, Inc.
</pre></dd>
</dl>
</body>
</html>
|