Class: HelpToolbar
- Inherits:
-
Gtk::Toolbar
- Object
- Gtk::Toolbar
- HelpToolbar
- Defined in:
- lib/ManqodHelp/HelpToolbar.rb
Overview
this file is part of manqod manqod is distributed under the CDDL licence the author of manqod is Dobai-Pataky Balint([email protected])
Instance Attribute Summary collapse
-
#help ⇒ Object
readonly
Returns the value of attribute help.
Instance Method Summary collapse
- #append(widget = nil) ⇒ Object
-
#initialize(help) ⇒ HelpToolbar
constructor
A new instance of HelpToolbar.
Constructor Details
#initialize(help) ⇒ HelpToolbar
Returns a new instance of HelpToolbar.
6 7 8 9 10 |
# File 'lib/ManqodHelp/HelpToolbar.rb', line 6 def initialize(help) @help=help super() (Gtk::Toolbar::Style::BOTH_HORIZ) end |
Instance Attribute Details
#help ⇒ Object (readonly)
Returns the value of attribute help.
11 12 13 |
# File 'lib/ManqodHelp/HelpToolbar.rb', line 11 def help @help end |