Object
# File lib/rabbit/logger/gui.rb, line 13 def initialize(level=nil, width=450, height=400) Gtk.init super(*[level].compact) @width = width @height = height @start_gui_main_loop_automatically = false init_dialog end
# File lib/rabbit/logger/gui.rb, line 22 def clear_buffer @buffer.text = "" end
# File lib/rabbit/logger/gui.rb, line 26 def quit @dialog.destroy end
[Validate]
Generated with the Darkfish Rdoc Generator 2.