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
-
._wfont ⇒ Object
Returns the value of attribute _wfont.
-
.font ⇒ Object
Returns the value of attribute font.
-
.font_name ⇒ Object
Returns the value of attribute font_name.
-
.mainframe ⇒ Object
Returns the value of attribute mainframe.
-
.notebook ⇒ Object
Returns the value of attribute notebook.
-
.prgindic ⇒ Object
readonly
Returns the value of attribute prgindic.
-
.prgtext ⇒ Object
readonly
Returns the value of attribute prgtext.
-
.status ⇒ Object
readonly
Returns the value of attribute status.
-
.toolbar1 ⇒ Object
readonly
Returns the value of attribute toolbar1.
-
.toolbar2 ⇒ Object
readonly
Returns the value of attribute toolbar2.
Class Attribute Details
._wfont ⇒ Object
Returns the value of attribute _wfont
19 20 21 |
# File 'sample/tkextlib/bwidget/demo.rb', line 19 def _wfont @_wfont end |
.font ⇒ Object
Returns the value of attribute font
19 20 21 |
# File 'sample/tkextlib/bwidget/demo.rb', line 19 def font @font end |
.font_name ⇒ Object
Returns the value of attribute font_name
19 20 21 |
# File 'sample/tkextlib/bwidget/demo.rb', line 19 def font_name @font_name end |
.mainframe ⇒ Object
Returns the value of attribute mainframe
19 20 21 |
# File 'sample/tkextlib/bwidget/demo.rb', line 19 def mainframe @mainframe end |
.notebook ⇒ Object
Returns the value of attribute notebook
19 20 21 |
# File 'sample/tkextlib/bwidget/demo.rb', line 19 def notebook @notebook end |
.prgindic ⇒ Object (readonly)
Returns the value of attribute prgindic
20 21 22 |
# File 'sample/tkextlib/bwidget/demo.rb', line 20 def prgindic @prgindic end |
.prgtext ⇒ Object (readonly)
Returns the value of attribute prgtext
20 21 22 |
# File 'sample/tkextlib/bwidget/demo.rb', line 20 def prgtext @prgtext end |
.status ⇒ Object (readonly)
Returns the value of attribute status
20 21 22 |
# File 'sample/tkextlib/bwidget/demo.rb', line 20 def status @status end |
.toolbar1 ⇒ Object (readonly)
Returns the value of attribute toolbar1
20 21 22 |
# File 'sample/tkextlib/bwidget/demo.rb', line 20 def @toolbar1 end |
.toolbar2 ⇒ Object (readonly)
Returns the value of attribute toolbar2
20 21 22 |
# File 'sample/tkextlib/bwidget/demo.rb', line 20 def @toolbar2 end |