Class: UI::Toolbar
Class Method Summary collapse
Instance Method Summary collapse
- #add_item(command) ⇒ Object
- #add_separator ⇒ Object
- #get_last_state ⇒ Object
- #hide ⇒ Object
- #length ⇒ Object (also: #size)
- #restore ⇒ Object
- #show ⇒ Object
- #visible? ⇒ Boolean
Class Method Details
.new(name) ⇒ Object
19 20 |
# File 'lib/toolbar.rb', line 19 def self.new(name) end |
Instance Method Details
#add_item(command) ⇒ Object
11 12 |
# File 'lib/toolbar.rb', line 11 def add_item(command) end |
#add_separator ⇒ Object
13 14 |
# File 'lib/toolbar.rb', line 13 def add_separator end |
#get_last_state ⇒ Object
15 16 |
# File 'lib/toolbar.rb', line 15 def get_last_state end |
#hide ⇒ Object
17 18 |
# File 'lib/toolbar.rb', line 17 def hide end |
#length ⇒ Object Also known as: size
7 8 |
# File 'lib/toolbar.rb', line 7 def length end |
#restore ⇒ Object
21 22 |
# File 'lib/toolbar.rb', line 21 def restore end |
#show ⇒ Object
23 24 |
# File 'lib/toolbar.rb', line 23 def show end |
#visible? ⇒ Boolean
25 26 |
# File 'lib/toolbar.rb', line 25 def visible? end |