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

._wfontObject

Returns the value of attribute _wfont.



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

def _wfont
  @_wfont
end

.fontObject

Returns the value of attribute font.



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

def font
  @font
end

.font_nameObject

Returns the value of attribute font_name.



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

def font_name
  @font_name
end

.mainframeObject

Returns the value of attribute mainframe.



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

def mainframe
  @mainframe
end

.notebookObject

Returns the value of attribute notebook.



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

def notebook
  @notebook
end

.prgindicObject (readonly)

Returns the value of attribute prgindic.



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

def prgindic
  @prgindic
end

.prgtextObject (readonly)

Returns the value of attribute prgtext.



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

def prgtext
  @prgtext
end

.statusObject (readonly)

Returns the value of attribute status.



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

def status
  @status
end

.toolbar1Object (readonly)

Returns the value of attribute toolbar1.



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

def toolbar1
  @toolbar1
end

.toolbar2Object (readonly)

Returns the value of attribute toolbar2.



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

def toolbar2
  @toolbar2
end