<<prev file | next file >>    view single page | view frames    summary: fields | routine    details: routine

ToBeReviewed/WIDGET/COMPOUND_WIDGET/

cw_slide_slice.pro

Routine summary

cw_slide_slice_set_value, id, value

result = cw_slide_slice_event(event)

result = cw_slide_slice(parent, boxzoom=boxzoom, UVALUE=UVALUE, UNAME=UNAME, FRAME=FRAME, ROW=ROW, COLUMN=COLUMN, _extra=_extra)

topcw_slide_slice_set_value Compound widget

cw_slide_slice_set_value, id, value

Return value

Parameters

id       

value       

It is the default tick mark value (a floating-point number).

Examples

Version history

Version

$Id: cw_slide_slice.pro 157 2006-08-21 09:01:50Z navarro $

History

Known issues

Restrictions

Other attributes

Uses routines

Statistics

McCabe cyclic 4
McCabe essential 1
McCabe modular design 1

topcw_slide_slice_event Compound widget

result = cw_slide_slice_event(event)

Return value

Parameters

event       

Examples

Version history

Version

$Id: cw_slide_slice.pro 157 2006-08-21 09:01:50Z navarro $

History

Known issues

Restrictions

Other attributes

Uses routines

Statistics

McCabe cyclic 6
McCabe essential 1
McCabe modular design 1

topcw_slide_slice Compound widget

result = cw_slide_slice(parent, boxzoom=boxzoom, UVALUE=UVALUE, UNAME=UNAME, FRAME=FRAME, ROW=ROW, COLUMN=COLUMN, _extra=_extra)

Return value

Parameters

parent        in required

The widget ID of the parent widget.

Keywords

boxzoom       

Vector indicating the geographic zone on which we want to cut the map. If BOXZOOM has : 1 element : The extraction is made on [lon1, lon2, lat1, lat2, 0.,boxzoom[0]] 2 elements: The extraction is made on [lon1, lon2, lat1, lat2, boxzoom[0],boxzoom[1]] 4 elements: The extraction is made on [Boxzoom, 0, max([gdept, gdepw])] 5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 6 elements: The extraction is made on Boxzoom Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef!

UVALUE       

The user value to be associated with the widget.

UNAME       

The user name to be associated with the widget.

FRAME       

Specifies the width of the frame to be drawn around the base.

ROW       

Buttons will be arranged in the number of rows specified by this keyword.

COLUMN       

Buttons will be arranged in the number of columns specified by this keyword.

_extra       

Used to pass your keywords

Examples

Version history

Version

$Id: cw_slide_slice.pro 157 2006-08-21 09:01:50Z navarro $

History

Known issues

Todo items

seb: documenter

Restrictions

Other attributes

Uses routines

Statistics

McCabe cyclic 8
McCabe essential 1
McCabe modular design 1
Produced by IDLdoc 2.0.