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.


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

def _wfont
  @_wfont
end

.fontObject

Returns the value of attribute font.


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

def font
  @font
end

.font_nameObject

Returns the value of attribute font_name.


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

def font_name
  @font_name
end

.mainframeObject

Returns the value of attribute mainframe.


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

def mainframe
  @mainframe
end

.notebookObject

Returns the value of attribute notebook.


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

def notebook
  @notebook
end

.prgindicObject (readonly)

Returns the value of attribute prgindic.


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

def prgindic
  @prgindic
end

.prgtextObject (readonly)

Returns the value of attribute prgtext.


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

def prgtext
  @prgtext
end

.statusObject (readonly)

Returns the value of attribute status.


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

def status
  @status
end

.toolbar1Object (readonly)

Returns the value of attribute toolbar1.


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

def toolbar1
  @toolbar1
end

.toolbar2Object (readonly)

Returns the value of attribute toolbar2.


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

def toolbar2
  @toolbar2
end