Method: GGLib::TracePanel#initialize

Defined in:
lib/ext/widgets.rb

#initialize(name) ⇒ TracePanel

Returns a new instance of TracePanel.



176
177
178
179
# File 'lib/ext/widgets.rb', line 176

def initialize(name)
  super(name, 0,0,640,60, Themes::tracePanel)
  clear
end