| Class | MusicExtras::Gui |
| In: |
lib/musicextras/gui/gui.rb
|
| Parent: | Object |
All Guis should inherit from this. This class implements all of the necessary methods for a Gui. If there are any datatypes you choose not to handle, just don’t redefine them. The default behavior is to be quiet
Once you implement your Gui, edit musicextras-gui and replace GuiControl.new.start with GuiControl(YourGuiClass).new.start
| control | [R] | The GuiControl instance that called us |
Sets the album cover. Should be nil to indicate no cover (ie: remove old one)
indicate no cover (ie: remove old one)
Sets the artist image.
indicate no image (ie: remove old one)