source: trunk/SRC/Documentation/idldoc_assistant_output/Colors/xlct.html @ 338

Last change on this file since 338 was 338, checked in by smasson, 16 years ago

update documentation

File size: 7.1 KB
Line 
1
2
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4  <head>
5    <title>xlct.pro (SAXO Documentation Assistant)</title>
6  </head>
7
8  <body text="#000000" bgcolor="#FFFFFF">
9
10   
11<!-- Navbar template takes a structure with the following fields:
12       overview_href :
13       overview_selected :
14       dir_overview_href :
15       dir_overview_selected :
16       categories_href :
17       categories_selected :
18       index_href :
19       index_selected :
20       search_href :
21       search_selected :
22       file_selected :
23       source_href :
24       source_selected :
25       help_href :
26       help_selected :
27       etc_selected :
28
29       prev_file_href :
30       next_file_href :
31
32       view_single_page_href :
33       view_frames_href :
34
35       summary_fields_href :
36       summary_routine_href :
37       details_routine_href :
38
39       title :
40       subtitle :
41       user :
42-->
43
44
45<table border="0" cellpadding="0" cellspacing="0" width="98%" bgcolor="#F0F0FF" valign="bottom">
46  <tr>
47    <td width="10%">
48<a href="newpalette.html"><img src="./../prev.gif" border="0" alt="Previous"></a></td>
49    <td width="80%" align="center" valign="center">
50<font size=-1><i>SAXO Documentation Assistant</i>: <a href="./../home.html">Overview</a></font></td>
51    <td width="10%" align="right">
52<a href="xpal.html"><img src="./../next.gif" border="0" alt="Next"></a></td>
53  </tr>
54</table>
55
56
57    <h1><font size="-2">Colors/</font></h1>
58    <h2>xlct.pro</h2>
59
60    <dl>
61    </dl>
62
63   
64 Like <a href="/Applications/itt/idl64/help/online_help/XLOADCT.html">XLOADCT</a> but fastest to write and call by default
65 the palette palette.tbl which can be in any directory
66
67
68   
69
70     
71      <a name="#_xlct"></a>
72
73      <h2>xlct  <font size="-1" color="#006633">
74 Widget, Color
75</font></h2>
76
77      <p><font face="Courier">xlct, <a href="#_xlct_keyword_SILENT">SILENT</a>=<i>SILENT</i>, <a href="#_xlct_keyword_GROUP">GROUP</a>=<i>GROUP</i>, <a href="#_xlct_keyword_FILE">FILE</a>=<i>FILE</i>, <a href="#_xlct_keyword_USE_CURRENT">USE_CURRENT</a>=<i>USE_CURRENT</i>, <a href="#_xlct_keyword_NCOLORS">NCOLORS</a>=<i>NCOLORS</i>, <a href="#_xlct_keyword_BOTTOM">BOTTOM</a>=<i>BOTTOM</i>, <a href="#_xlct_keyword_MODAL">MODAL</a>=<i>MODAL</i>, <a href="#_xlct_keyword_BLOCK">BLOCK</a>=<i>BLOCK</i>, <a href="#_xlct_keyword_UPDATECALLBACK">UPDATECALLBACK</a>=<i>UPDATECALLBACK</i>, <a href="#_xlct_keyword_UPDATECBDATA">UPDATECBDATA</a>=<i>UPDATECBDATA</i></font></p>
78
79   
80
81
82   
83
84   
85
86   
87    <h3>Keywords</h3>
88
89   
90    <a name="#_xlct_keyword_SILENT"></a>
91    <h4>SILENT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
92     
93     
94     
95     
96     
97     
98     
99     
100    </h4>
101
102   
103 Normally, no informational message is printed when a color map
104 is loaded. If this keyword is present and zero, this message is printed.
105
106   
107    <a name="#_xlct_keyword_GROUP"></a>
108    <h4>GROUP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
109     
110     
111     
112     
113     
114     
115     
116     
117    </h4>
118
119   
120 The widget ID of the widget that calls Xlct. When  this ID is
121 specified, a death of the caller results in a death of Xlct
122
123   
124    <a name="#_xlct_keyword_FILE"></a>
125    <h4>FILE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
126     
127     
128     
129     
130     
131     
132      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>'palette.tbl'</i></font>
133     
134    </h4>
135
136   
137 If this keyword is set, the file by the given name is used
138 instead of the file colors1.tbl in the IDL directory.  This
139 allows multiple IDL users to have their own color table file.
140
141   
142    <a name="#_xlct_keyword_USE_CURRENT"></a>
143    <h4>USE_CURRENT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
144     
145     
146     
147     
148     
149     
150     
151     
152    </h4>
153
154   
155 If set, use the current color tables, regardless of
156 the contents of the COMMON block COLORS.
157
158   
159    <a name="#_xlct_keyword_NCOLORS"></a>
160    <h4>NCOLORS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
161     
162     
163     
164     
165     
166     
167      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>!D.TABLE_SIZE </i></font>
168     
169    </h4>
170
171   
172 number of colors to use. Use color indexes from BOTTOM to the
173 smaller of !D.TABLE_SIZE-1 and NCOLORS-1.
174
175   
176    <a name="#_xlct_keyword_BOTTOM"></a>
177    <h4>BOTTOM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
178     
179     
180     
181     
182     
183     
184      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>0.</i></font>
185     
186    </h4>
187
188   
189 first color index to use. Use color indexes from BOTTOM to
190 BOTTOM+NCOLORS-1.
191
192   
193    <a name="#_xlct_keyword_MODAL"></a>
194    <h4>MODAL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
195     
196     
197     
198     
199     
200     
201      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>not run in modal mode</i></font>
202     
203    </h4>
204
205   
206 If set, then XLCT runs in "modal" mode, meaning that
207 all other widgets are blocked until the user quits XLCT.
208 A group leader must be specified (via the GROUP keyword)
209 for the MODAL keyword to have any effect.
210
211   
212    <a name="#_xlct_keyword_BLOCK"></a>
213    <h4>BLOCK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
214     
215     
216     
217     
218     
219     
220     
221     
222    </h4>
223
224   
225 Set this keyword to have XMANAGER block when this
226 application is registered.  By default the Xmanager
227 keyword NO_BLOCK is set to 1 to provide access to the
228 command line if active command line processing is available.
229 Note that setting BLOCK for this application will cause
230 all widget applications to block, not only this
231 application.  For more information see the NO_BLOCK keyword
232 to XMANAGER.
233
234   
235    <a name="#_xlct_keyword_UPDATECALLBACK"></a>
236    <h4>UPDATECALLBACK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
237     
238     
239     
240     
241     
242     
243     
244     
245    </h4>
246
247   
248 Set this keyword to a string containing the name of
249 a user-supplied procedure that will be called when the color
250 table is updated by XLCT.  The procedure may optionally
251 accept a keyword called DATA, which will be automatically
252 set to the value specified by the optional UPDATECBDATA keyword.
253
254   
255    <a name="#_xlct_keyword_UPDATECBDATA"></a>
256    <h4>UPDATECBDATA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
257     
258     
259     
260     
261     
262     
263     
264     
265    </h4>
266
267   
268 Set this keyword to a value of any type. It will be
269 passed via the DATA keyword to the user-supplied procedure
270 specified via the UPDATECALLBACK keyword, if any. If the
271 UPDATECBDATA keyword is not set the value accepted by the
272 DATA keyword to the procedure specified by UPDATECALLBACK
273 will be undefined.
274
275   
276   
277
278   
279    </pre><h3>Version history</h3>
280   
281    <h4>Version</h4>
282 $Id: xlct.pro 327 2007-12-13 16:22:35Z pinsard $
283
284    <h4>History</h4>
285 5/5/1999 copy of xloadct par Sebastien Masson (smasson@lodyc.jussieu.fr)
286
287   
288
289   
290   
291   
292   
293   
294
295    <h3>Other attributes</h3>
296   
297   
298   
299   
300   
301    <h4>Common blocks used</h4>colors
302xlct_com
303
304    <font size="-3"><p>&nbsp;</p></font>
305    <hr size="1" color="#CCCCCC"/>
306     
307
308   
309
310    <p><font color="gray" size="-3">&nbsp;&nbsp;Produced by IDLdoc 2.0.</font></p>
311
312  </body>
313</html>
Note: See TracBrowser for help on using the repository browser.