Changeset 3355 in Sophya for trunk/SophyaPI/PIext/graphexecut.cc


Ignore:
Timestamp:
Oct 23, 2007, 12:02:12 AM (18 years ago)
Author:
ansari
Message:

ajout decodage attributs graphiques samew=WdgName wname=Nom inset=fx1,fx2,fy1,fy2 - Reza 22/10/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/graphexecut.cc

    r3296 r3355  
    463463usage = "Define the display rectangle for drawers added as insets \n";
    464464usage += " over existing graphic objects - limits expressed as fraction \n"; 
    465 usage += " graphic object size (0. .. 1.) Xmax at right, YMax top. ";
     465usage += " graphic object size (0. .. 1.) Xmax at right, YMax top \n ";
    466466usage += " Usage: setinsetlimits xmin xmax ymin ymax";
    467467usage += "\n  Related commands: graphicatt /inset"; 
     
    859859usage += "o Most objects can be also be displayed overlayed \n";
    860860usage += "  on the last displayed widget (gr_att= same) \n";
    861 usage += "o The overlay can be on a selected rectangle of the \n"; 
    862 usage += "  last displayed widget (gr_att= inset) - See setinsetlimits\n";
     861usage += "  or by specifying a widget name samew=Widgetname \n";
     862usage += "o The widget/window name can be specified (gr_att wname=Name) \n";
     863usage += "o The overlay can be on a selected rectangle of the last \n"; 
     864usage += "  displayed widget (gr_att: inset  or inset=fxmin,fxmax,fymin,fymax) \n";
    863865usage += "\n  Related commands: newwin zone stacknext graphicatt setinsetlimits"; 
    864866piac->RegisterHelp(kw, usage, grp);
Note: See TracChangeset for help on using the changeset viewer.