Class: AgMultiEditorView

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(parent = nil) ⇒ AgMultiEditorView

Returns a new instance of AgMultiEditorView.



2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
# File 'ext/ae-editor/ae-editor.rb', line 2758

def initialize(parent=nil)
  @enb = Tk::BWidget::NoteBook.new(parent,Arcadia.style('tabpanel')){
    tabbevelsize 0
    internalborderwidth 2
#      arcradius 4
#      activeforeground 'red'
#      activebackground 'yellow'
    #borderwidth 1
    side Arcadia.conf('editor.tabs.side')
    font Arcadia.conf('editor.tabs.font')
    pack('fill'=>'both', :padx=>0, :pady=>0, :expand => 'yes')
  }
end

Instance Attribute Details

#enbObject (readonly)

Returns the value of attribute enb.



2757
2758
2759
# File 'ext/ae-editor/ae-editor.rb', line 2757

def enb
  @enb
end