Class: ObjiControllerView
- Inherits:
-
Object
- Object
- ObjiControllerView
- Defined in:
- ext/ae-rad/ae-rad-inspector.rb
Instance Attribute Summary collapse
-
#layout ⇒ Object
readonly
Returns the value of attribute layout.
-
#nb ⇒ Object
readonly
Returns the value of attribute nb.
-
#nb_base ⇒ Object
readonly
Returns the value of attribute nb_base.
Instance Method Summary collapse
-
#initialize(_frame) ⇒ ObjiControllerView
constructor
A new instance of ObjiControllerView.
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
#layout ⇒ Object (readonly)
Returns the value of attribute layout.
1272 1273 1274 |
# File 'ext/ae-rad/ae-rad-inspector.rb', line 1272 def layout @layout end |
#nb ⇒ Object (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_base ⇒ Object (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 |