Method: Makeconf::GUI#outro_page
- Defined in:
- lib/makeconf/gui.rb
#outro_page(display) ⇒ Object
178 179 180 181 182 183 184 185 186 |
# File 'lib/makeconf/gui.rb', line 178 def outro_page(display) if display @mainTitle.set_value 'Installation Complete' @mainLabel.place('relx'=>0.0, 'rely' => 0.0) @mainMessage.set_value "Installation is complete." else TkPlace.forget(@mainLabel) end end |