Class: AgMultiEditorView
- Inherits:
-
Object
- Object
- AgMultiEditorView
- Defined in:
- ext/ae-editor/ae-editor.rb
Instance Attribute Summary collapse
-
#enb ⇒ Object
readonly
Returns the value of attribute enb.
Instance Method Summary collapse
-
#initialize(parent = nil) ⇒ AgMultiEditorView
constructor
A new instance of AgMultiEditorView.
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
#enb ⇒ Object (readonly)
Returns the value of attribute enb.
2757 2758 2759 |
# File 'ext/ae-editor/ae-editor.rb', line 2757 def enb @enb end |