Changeset 67:3c1cc1256af7


Ignore:
Timestamp:
Jun 5, 2008, 10:13:42 AM (16 years ago)
Author:
fnevgeny
Branch:
default
Phase:
public
Message:

Added setPrintable() wrapper.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/class/pf/ui/canvas/Canvas.js

    r30 r67  
    4242            }
    4343        },
     44       
     45        setPrintable: function(onoff)
     46        {
     47            if (this.jg) {
     48                this.jg.setPrintable(onoff);
     49            }
     50        },
    4451
    4552        drawString: function(x, y, str, halign, valign)
Note: See TracChangeset for help on using the changeset viewer.