# File tk/lib/tkextlib/iwidgets/messagebox.rb, line 78
def clear
tk_call(@path, 'clear')
self
end
# File tk/lib/tkextlib/iwidgets/messagebox.rb, line 83
def export(file)
tk_call(@path, 'export', file)
self
end
# File tk/lib/tkextlib/iwidgets/messagebox.rb, line 88
def issue(string, type=None, *args)
tk_call(@path, 'issue', string, tagid(type), *args)
self
end