Ignore:
Timestamp:
03/19/07 18:15:51 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Utilities/report.pro

    r230 r231  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; 
    63; @file_comments 
    7 ; Like dialog_message.pro if there is already some widget 
    8 ; active or like message.pro if there is not any widget active. 
     4; Like <pro>dialog_message</pro> if there is already some widget 
     5; active or like <pro>message</pro> if there is not any widget active. 
    96; To ask a question whose answer is not yes/no,use xquestion. 
    107; 
     
    2017; 
    2118; @keyword _EXTRA 
    22 ; used to pass keywords from dialog_message.pro and message.pro 
     19; Used to pass keywords to <pro>dialog_message</pro> and <pro>message</pro> 
    2320; 
    2421; @keyword PARENT 
    25 ; same as DIALOG_PARENT de dialog_message.pro 
     22; same as DIALOG_PARENT of <pro>dialog_message</pro> 
    2623; 
    2724; @keyword QUESTION {default="Warning"} 
     
    6461; 
    6562;- 
    66 ;------------------------------------------------------------ 
    67 ;------------------------------------------------------------ 
    68 ;------------------------------------------------------------ 
     63; 
    6964FUNCTION report, text, DEFAULT_NO = default_no, PARENT = parent, QUESTION = question, SIMPLE = simple, _extra = ex 
    7065; 
Note: See TracChangeset for help on using the changeset viewer.