Methods
G
P
R
S
Constants
TkCommandNames = ['::iwidgets::canvasprintdialog'.freeze].freeze
 
WidgetClassName = 'Canvasprintdialog'.freeze
 
Instance Public methods
get_output()
# File ext/tk/lib/tkextlib/iwidgets/canvasprintdialog.rb, line 21
def get_output
  tk_call(@path, 'getoutput')
end
print()
# File ext/tk/lib/tkextlib/iwidgets/canvasprintdialog.rb, line 25
def print
  bool(tk_call(@path, 'print'))
end
refresh()
# File ext/tk/lib/tkextlib/iwidgets/canvasprintdialog.rb, line 29
def refresh
  tk_call(@path, 'refresh')
  self
end
set_canvas(win)
# File ext/tk/lib/tkextlib/iwidgets/canvasprintdialog.rb, line 34
def set_canvas(win)
  tk_call(@path, 'setcanvas', win)
  self
end