source: trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html @ 163

Last change on this file since 163 was 163, checked in by navarro, 18 years ago

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File size: 12.4 KB
Line 
1
2
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4  <head>
5    <title>cw_calendar.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="cw_bgroup.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="cw_combobox_pm.html"><img src="./../../../next.gif" border="0" alt="Next"></a></td>
53  </tr>
54</table>
55
56
57    <h1><font size="-2">ToBeReviewed/WIDGET/COMPOUND_WIDGET/</font></h1>
58    <h2>cw_calendar.pro</h2>
59
60    <dl>
61    </dl>
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    <h2>Routine summary</h2>
87
88    <dl>
89     
90      <dt><a href="#_cw_calendar_set_value">cw_calendar_set_value<i>, id, value</i></a><dt>
91      <dd><font size="-1"></font></dd>
92     
93      <dt><a href="#_cw_calendar_get_value"><i>result = </i>cw_calendar_get_value(<i>id</i>)</a><dt>
94      <dd><font size="-1"></font></dd>
95     
96      <dt><a href="#_get_cal_value"><i>result = </i>get_cal_value(<i>id, winfoid</i>)</a><dt>
97      <dd><font size="-1"></font></dd>
98     
99      <dt><a href="#_set_cal_combobox">set_cal_combobox<i>, event, casename, date0</i></a><dt>
100      <dd><font size="-1"></font></dd>
101     
102      <dt><a href="#_move">move<i>, event, casename</i></a><dt>
103      <dd><font size="-1"></font></dd>
104     
105      <dt><a href="#_cw_calendar_event"><i>result = </i>cw_calendar_event(<i>event</i>)</a><dt>
106      <dd><font size="-1"></font></dd>
107     
108      <dt><a href="#_cw_calendar"><i>result = </i>cw_calendar(<i>parent, calendar, jdate0</i>, CALTYPE=<i>CALTYPE</i>, FAKECAL=<i>FAKECAL</i>, UVALUE=<i>UVALUE</i>, UNAME=<i>UNAME</i>, _extra=<i>_extra</i>)</a><dt>
109      <dd><font size="-1"></font></dd>
110     
111    </dl>
112
113    <p>&nbsp;</p>
114   
115
116     
117      <a name="#_cw_calendar_set_value"></a>
118
119      <h2>cw_calendar_set_value  <font size="-1" color="#006633">
120 Compound widget
121 </font></h2>
122
123      <p><font face="Courier">cw_calendar_set_value<i>, <a href="#_cw_calendar_set_value_keyword_id">id</a>, <a href="#_cw_calendar_set_value_keyword_value">value</a></i></font></p>
124
125   
126
127    <h3>Return value</h3>
128 
129 
130
131   
132    <h3>Parameters</h3>
133   
134
135    <a name="#_cw_calendar_set_value_keyword_id"></a>
136    <h4>id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
137     
138     
139     
140     
141     
142     
143     
144     
145    </h4>
146
147   
148
149
150   
151
152    <a name="#_cw_calendar_set_value_keyword_value"></a>
153    <h4>value&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
154     
155     
156     
157     
158     
159     
160     
161     
162    </h4>
163
164   
165 It is the default tick mark value (a floating-point number).
166
167   
168   
169
170   
171
172    <h3>Examples</h3>
173 
174 
175    <h3>Version history</h3>
176   
177    <h4>Version</h4> 
178 $Id: cw_calendar.pro 157 2006-08-21 09:01:50Z navarro $
179    <h4>History</h4>
180 
181 
182   
183
184    <h3>Known issues</h3>
185   
186   
187   
188    <h4>Restrictions</h4>
189 
190 
191
192    <h3>Other attributes</h3>
193   
194   
195    <h4>Uses routines</h4>
196 
197 
198   
199   
200   
201
202    <font size="-3"><p>&nbsp;</p></font>
203    <hr size="1" color="#CCCCCC"/>
204     
205      <a name="#_cw_calendar_get_value"></a>
206
207      <h2>cw_calendar_get_value  <font size="-1" color="#006633">
208 Compound widget
209 </font></h2>
210
211      <p><font face="Courier"><i>result = </i>cw_calendar_get_value(<i><a href="#_cw_calendar_get_value_keyword_id">id</a></i>)</font></p>
212
213   
214
215    <h3>Return value</h3>
216 
217 
218
219   
220    <h3>Parameters</h3>
221   
222
223    <a name="#_cw_calendar_get_value_keyword_id"></a>
224    <h4>id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
225     
226     
227     
228     
229     
230     
231     
232     
233    </h4>
234
235   
236
237
238   
239   
240
241   
242
243    <h3>Examples</h3>
244 
245 
246    <h3>Version history</h3>
247   
248    <h4>Version</h4> 
249 $Id: cw_calendar.pro 157 2006-08-21 09:01:50Z navarro $
250    <h4>History</h4>
251 
252 
253   
254
255    <h3>Known issues</h3>
256   
257   
258   
259    <h4>Restrictions</h4>
260 
261 
262
263    <h3>Other attributes</h3>
264   
265   
266    <h4>Uses routines</h4>
267 
268 
269   
270   
271   
272
273    <font size="-3"><p>&nbsp;</p></font>
274    <hr size="1" color="#CCCCCC"/>
275     
276      <a name="#_get_cal_value"></a>
277
278      <h2>get_cal_value  <font size="-1" color="#006633">
279 Compound widget
280 </font></h2>
281
282      <p><font face="Courier"><i>result = </i>get_cal_value(<i><a href="#_get_cal_value_keyword_id">id</a>, <a href="#_get_cal_value_keyword_winfoid">winfoid</a></i>)</font></p>
283
284   
285
286    <h3>Return value</h3>
287 
288 
289
290   
291    <h3>Parameters</h3>
292   
293
294    <a name="#_get_cal_value_keyword_id"></a>
295    <h4>id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
296     
297     
298     
299     
300     
301     
302     
303     
304    </h4>
305
306   
307
308
309   
310
311    <a name="#_get_cal_value_keyword_winfoid"></a>
312    <h4>winfoid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
313     
314     
315     
316     
317     
318     
319     
320     
321    </h4>
322
323   
324
325
326   
327   
328
329   
330
331    <h3>Examples</h3>
332 
333 
334    <h3>Version history</h3>
335   
336    <h4>Version</h4> 
337 $Id: cw_calendar.pro 157 2006-08-21 09:01:50Z navarro $
338    <h4>History</h4>
339 
340 
341   
342
343    <h3>Known issues</h3>
344   
345   
346   
347    <h4>Restrictions</h4>
348 
349 
350
351    <h3>Other attributes</h3>
352   
353   
354    <h4>Uses routines</h4>
355 
356 
357   
358   
359   
360
361    <font size="-3"><p>&nbsp;</p></font>
362    <hr size="1" color="#CCCCCC"/>
363     
364      <a name="#_set_cal_combobox"></a>
365
366      <h2>set_cal_combobox  <font size="-1" color="#006633">
367 Compound widget
368 </font></h2>
369
370      <p><font face="Courier">set_cal_combobox<i>, <a href="#_set_cal_combobox_keyword_event">event</a>, <a href="#_set_cal_combobox_keyword_casename">casename</a>, <a href="#_set_cal_combobox_keyword_date0">date0</a></i></font></p>
371
372   
373
374    <h3>Return value</h3>
375 
376 
377
378   
379    <h3>Parameters</h3>
380   
381
382    <a name="#_set_cal_combobox_keyword_event"></a>
383    <h4>event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
384     
385     
386     
387     
388     
389     
390     
391     
392    </h4>
393
394   
395
396
397   
398
399    <a name="#_set_cal_combobox_keyword_casename"></a>
400    <h4>casename&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
401     
402     
403     
404     
405     
406     
407     
408     
409    </h4>
410
411   
412
413
414   
415
416    <a name="#_set_cal_combobox_keyword_date0"></a>
417    <h4>date0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
418     
419     
420     
421     
422     
423     
424     
425     
426    </h4>
427
428   
429
430
431   
432   
433
434   
435
436    <h3>Examples</h3>
437 
438 
439    <h3>Version history</h3>
440   
441    <h4>Version</h4> 
442 $Id: cw_calendar.pro 157 2006-08-21 09:01:50Z navarro $
443    <h4>History</h4>
444 
445 
446   
447
448    <h3>Known issues</h3>
449   
450   
451   
452    <h4>Restrictions</h4>
453 
454 
455
456    <h3>Other attributes</h3>
457   
458   
459    <h4>Uses routines</h4>
460 
461 
462   
463   
464   
465
466    <font size="-3"><p>&nbsp;</p></font>
467    <hr size="1" color="#CCCCCC"/>
468     
469      <a name="#_move"></a>
470
471      <h2>move  <font size="-1" color="#006633">
472 Compound widget
473 </font></h2>
474
475      <p><font face="Courier">move<i>, <a href="#_move_keyword_event">event</a>, <a href="#_move_keyword_casename">casename</a></i></font></p>
476
477   
478
479    <h3>Return value</h3>
480 
481 
482
483   
484    <h3>Parameters</h3>
485   
486
487    <a name="#_move_keyword_event"></a>
488    <h4>event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
489     
490     
491     
492     
493     
494     
495     
496     
497    </h4>
498
499   
500
501
502   
503
504    <a name="#_move_keyword_casename"></a>
505    <h4>casename&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
506     
507     
508     
509     
510     
511     
512     
513     
514    </h4>
515
516   
517
518
519   
520   
521
522   
523
524    <h3>Examples</h3>
525 
526 
527    <h3>Version history</h3>
528   
529    <h4>Version</h4> 
530 $Id: cw_calendar.pro 157 2006-08-21 09:01:50Z navarro $
531    <h4>History</h4>
532 
533 
534   
535
536    <h3>Known issues</h3>
537   
538   
539   
540    <h4>Restrictions</h4>
541 
542 
543
544    <h3>Other attributes</h3>
545   
546   
547    <h4>Uses routines</h4>
548 
549 
550   
551   
552   
553
554    <font size="-3"><p>&nbsp;</p></font>
555    <hr size="1" color="#CCCCCC"/>
556     
557      <a name="#_cw_calendar_event"></a>
558
559      <h2>cw_calendar_event  <font size="-1" color="#006633">
560 Compound widget
561 </font></h2>
562
563      <p><font face="Courier"><i>result = </i>cw_calendar_event(<i><a href="#_cw_calendar_event_keyword_event">event</a></i>)</font></p>
564
565   
566
567    <h3>Return value</h3>
568 
569 
570
571   
572    <h3>Parameters</h3>
573   
574
575    <a name="#_cw_calendar_event_keyword_event"></a>
576    <h4>event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
577     
578     
579     
580     
581     
582     
583     
584     
585    </h4>
586
587   
588
589
590   
591   
592
593   
594
595    <h3>Examples</h3>
596 
597 
598    <h3>Version history</h3>
599   
600    <h4>Version</h4> 
601 $Id: cw_calendar.pro 157 2006-08-21 09:01:50Z navarro $
602    <h4>History</h4>
603 
604 
605   
606
607    <h3>Known issues</h3>
608   
609   
610   
611    <h4>Restrictions</h4>
612 
613 
614
615    <h3>Other attributes</h3>
616   
617   
618    <h4>Uses routines</h4>
619 
620 
621   
622   
623   
624
625    <font size="-3"><p>&nbsp;</p></font>
626    <hr size="1" color="#CCCCCC"/>
627     
628      <a name="#_cw_calendar"></a>
629
630      <h2>cw_calendar  <font size="-1" color="#006633">
631 Compound widget
632 </font></h2>
633
634      <p><font face="Courier"><i>result = </i>cw_calendar(<i><a href="#_cw_calendar_keyword_parent">parent</a>, <a href="#_cw_calendar_keyword_calendar">calendar</a>, <a href="#_cw_calendar_keyword_jdate0">jdate0</a></i>, <a href="#_cw_calendar_keyword_CALTYPE">CALTYPE</a>=<i>CALTYPE</i>, <a href="#_cw_calendar_keyword_FAKECAL">FAKECAL</a>=<i>FAKECAL</i>, <a href="#_cw_calendar_keyword_UVALUE">UVALUE</a>=<i>UVALUE</i>, <a href="#_cw_calendar_keyword_UNAME">UNAME</a>=<i>UNAME</i>, <a href="#_cw_calendar_keyword__extra">_extra</a>=<i>_extra</i>)</font></p>
635
636   
637
638    <h3>Return value</h3>
639 
640 
641
642   
643    <h3>Parameters</h3>
644   
645
646    <a name="#_cw_calendar_keyword_parent"></a>
647    <h4>parent&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
648      <font size="-1" color="#006633">in</font>
649     
650     
651      <font size="-1" color="#006633">required</font>
652     
653     
654     
655     
656    </h4>
657
658   
659 The widget ID of the parent widget.
660
661   
662
663    <a name="#_cw_calendar_keyword_calendar"></a>
664    <h4>calendar&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
665     
666     
667     
668     
669     
670     
671     
672     
673    </h4>
674
675   
676
677
678   
679
680    <a name="#_cw_calendar_keyword_jdate0"></a>
681    <h4>jdate0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
682     
683     
684     
685     
686     
687     
688     
689     
690    </h4>
691
692   
693
694 
695   
696   
697
698   
699    <h3>Keywords</h3>
700
701   
702    <a name="#_cw_calendar_keyword_CALTYPE"></a>
703    <h4>CALTYPE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
704     
705     
706     
707     
708     
709     
710     
711     
712    </h4>
713
714   
715 
716 
717   
718    <a name="#_cw_calendar_keyword_FAKECAL"></a>
719    <h4>FAKECAL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
720     
721     
722     
723     
724     
725     
726     
727     
728    </h4>
729
730   
731
732 
733   
734    <a name="#_cw_calendar_keyword_UVALUE"></a>
735    <h4>UVALUE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
736     
737     
738     
739     
740     
741     
742     
743     
744    </h4>
745
746   
747
748 
749   
750    <a name="#_cw_calendar_keyword_UNAME"></a>
751    <h4>UNAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
752     
753     
754     
755     
756     
757     
758     
759     
760    </h4>
761
762   
763
764 
765   
766    <a name="#_cw_calendar_keyword__extra"></a>
767    <h4>_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
768     
769     
770     
771     
772     
773     
774     
775     
776    </h4>
777
778   
779 Used to pass your keywords
780 
781   
782   
783
784    <h3>Examples</h3>
785 
786 
787    <h3>Version history</h3>
788   
789    <h4>Version</h4> 
790 $Id: cw_calendar.pro 157 2006-08-21 09:01:50Z navarro $
791
792    <h4>History</h4>
793 
794 
795   
796
797    <h3>Known issues</h3>
798   
799   
800    <h4>Todo items</h4>
801 seb
802 
803    <h4>Restrictions</h4>
804 
805 
806
807    <h3>Other attributes</h3>
808   
809   
810    <h4>Uses routines</h4>
811 
812 
813   
814   
815   
816
817    <font size="-3"><p>&nbsp;</p></font>
818    <hr size="1" color="#CCCCCC"/>
819     
820
821   
822
823    <p><font color="gray" size="-3">&nbsp;&nbsp;Produced by IDLdoc 2.0 on Tue Aug 29 14:50:47 2006.</font></p>
824
825  </body>
826</html>
Note: See TracBrowser for help on using the repository browser.