Module: DemoVar

Defined in:
sample/tkextlib/bwidget/demo.rb,
sample/tkextlib/bwidget/demo.rb

Constant Summary collapse

Demo =
BWidget_Demo.new

Class Attribute Summary collapse

Class Attribute Details

._wfont ⇒ Object

Returns the value of attribute _wfont.



18
19
20
# File 'sample/tkextlib/bwidget/demo.rb', line 18

def _wfont
  @_wfont
end

.font ⇒ Object

Returns the value of attribute font.



18
19
20
# File 'sample/tkextlib/bwidget/demo.rb', line 18

def font
  @font
end

.font_name ⇒ Object

Returns the value of attribute font_name.



18
19
20
# File 'sample/tkextlib/bwidget/demo.rb', line 18

def font_name
  @font_name
end

.mainframe ⇒ Object

Returns the value of attribute mainframe.



18
19
20
# File 'sample/tkextlib/bwidget/demo.rb', line 18

def mainframe
  @mainframe
end

.notebook ⇒ Object

Returns the value of attribute notebook.



18
19
20
# File 'sample/tkextlib/bwidget/demo.rb', line 18

def notebook
  @notebook
end

.prgindic ⇒ Object (readonly)

Returns the value of attribute prgindic.



19
20
21
# File 'sample/tkextlib/bwidget/demo.rb', line 19

def prgindic
  @prgindic
end

.prgtext ⇒ Object (readonly)

Returns the value of attribute prgtext.



19
20
21
# File 'sample/tkextlib/bwidget/demo.rb', line 19

def prgtext
  @prgtext
end

.status ⇒ Object (readonly)

Returns the value of attribute status.



19
20
21
# File 'sample/tkextlib/bwidget/demo.rb', line 19

def status
  @status
end

.toolbar1 ⇒ Object (readonly)

Returns the value of attribute toolbar1.



19
20
21
# File 'sample/tkextlib/bwidget/demo.rb', line 19

def toolbar1
  @toolbar1
end

.toolbar2 ⇒ Object (readonly)

Returns the value of attribute toolbar2.



19
20
21
# File 'sample/tkextlib/bwidget/demo.rb', line 19

def toolbar2
  @toolbar2
end