Class: ArcadiaDebug::VariablesViewProperties

Inherits:
TkTitledScrollFrame
  • Object
show all
Defined in:
ext/ae-debug/ae-debug.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(parent = nil, title = '...', maximize_to = nil, keys = nil) ⇒ VariablesViewProperties

Returns a new instance of VariablesViewProperties.



213
214
215
216
217
# File 'ext/ae-debug/ae-debug.rb', line 213

def initialize(parent=nil, title='...', maximize_to=nil ,keys=nil)
  super(parent, title, maximize_to, keys)
  @inspector=InspectListReadOnly.new(self.frame.cwin)
  place('x'=>0, 'y'=>0,'relheight'=>1, 'relwidth'=>1)
end

Instance Attribute Details

#inspectorObject (readonly)

Returns the value of attribute inspector.



211
212
213
# File 'ext/ae-debug/ae-debug.rb', line 211

def inspector
  @inspector
end