Method: GGLib::DebugConsole#initialize
- Defined in:
- lib/ext/widgets.rb
#initialize(name = "unnamed", theme = Themes::blank) ⇒ DebugConsole
Returns a new instance of DebugConsole.
5 6 7 8 9 10 11 12 |
# File 'lib/ext/widgets.rb', line 5 def initialize(name="unnamed", theme=Themes::blank) super(name, 0, 0, 640, 480, theme) @vline=0 @oldtext=[] @textm=false clear stickFocus end |