Method: Ruber::StatusBar#clear_widgets
- Defined in:
- lib/ruber/main_window/status_bar.rb
#clear_widgets ⇒ Object
Empties all the widgets in the status bar (it doesn’t hide messages, though)
83 84 85 86 87 88 |
# File 'lib/ruber/main_window/status_bar.rb', line 83 def @cursor_position_label.text = '' @status_label.pixmap = Qt::Pixmap.new @mode_label.text = '' @selection_mode_label.text= '' end |