Class: ObjiControllerView

Inherits:
Object
  • Object
show all
Defined in:
ext/ae-rad/ae-rad-inspector.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(_frame) ⇒ ObjiControllerView

Returns a new instance of ObjiControllerView.



1273
1274
1275
1276
1277
1278
1279
1280
1281
# File 'ext/ae-rad/ae-rad-inspector.rb', line 1273

def initialize(_frame)
  @nb_base = Tk::BWidget::NoteBook.new(_frame, Arcadia.style('tabpanel')){
    tabbevelsize 0
    internalborderwidth 0
    side $arcadia['conf']['inspectors.tabs.side']
    #font $arcadia['conf']['inspectors.tabs.font']
    pack('fill'=>'both', :padx=>0, :pady=>0, :expand => 'yes')
  }
end

Instance Attribute Details

#layoutObject (readonly)

Returns the value of attribute layout.



1272
1273
1274
# File 'ext/ae-rad/ae-rad-inspector.rb', line 1272

def layout
  @layout
end

#nbObject (readonly)

Returns the value of attribute nb.



1270
1271
1272
# File 'ext/ae-rad/ae-rad-inspector.rb', line 1270

def nb
  @nb
end

#nb_baseObject (readonly)

Returns the value of attribute nb_base.



1271
1272
1273
# File 'ext/ae-rad/ae-rad-inspector.rb', line 1271

def nb_base
  @nb_base
end