Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.pro

    r157 r163  
    378378;       1) GET_VALUE 
    379379;   widget_control,wid_id,get_value=resultat 
    380 ;   retourne ds la variable resultat une structure de 2 elements dont 
    381 ;   les noms sont inspires des mots cles que l''on peut passer a 
    382 ;   widget_control qd on utilise WIDGET_SLIDER: 
     380;   Send back in the result variable a structure of 2 elements whose name  
     381;   are inspired from keywords we can pass at  
     382;   widget_control when we use WIDGET_SLIDER: 
    383383;            VALUE:the value setting of the widget 
    384384;            SLIDER_MIN_MAX: a 2 elements array: The minimum and the 
     
    387387;   widget_control,wid_id,set_value=impose 
    388388;   Allows to modify the state of the combobox like we can do it for  
    389 ;   WIDGET_COMBOBOX. May impose:  
    390 ;       a) un entier: donne la nouvelle position of the slider. 
     389;   WIDGET_COMBOBOX. May impose:   
     390;       a) a integer: give the new position of the slider. 
    391391;       b) A structure which can have for elements (from 1 to 3):  
    392392;            VALUE: an integer which give the new position of the slider 
Note: See TracChangeset for help on using the changeset viewer.