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