Class: ProgressBar

Inherits:
Gtk::ProgressBar
  • Object
show all
Defined in:
lib/gui/progress_bar.rb

Instance Method Summary collapse

Constructor Details

#initializeProgressBar

Returns a new instance of ProgressBar.



3
4
5
6
# File 'lib/gui/progress_bar.rb', line 3

def initialize
  super
  self.fraction = 0
end