Changeset 1794 for trunk/gui/scripts


Ignore:
Timestamp:
Jul 8, 2010, 8:24:59 AM (14 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/xyresult.tcl

    r1614 r1794  
    15011501itcl::body Rappture::XyResult::_getTextMarkerOptions {style} {
    15021502    array set textOptions {
    1503         "-color"  "-outline"
    1504         "-textcolor"  "-outline"
    1505         "-font"   "-font"
    1506         "-xoffset" "-xoffset"
    1507         "-yoffset" "-yoffset"
    1508         "-anchor" "-anchor"
     1503        "-color"        "-outline"
     1504        "-textcolor"    "-outline"
     1505        "-font"         "-font"
     1506        "-xoffset"      "-xoffset"
     1507        "-yoffset"      "-yoffset"
     1508        "-anchor"       "-anchor"
     1509        "-rotate"       "-rotate"
    15091510    }
    15101511    set options {}
Note: See TracChangeset for help on using the changeset viewer.