Class: Shoes::Progress

Inherits:
Native show all
Defined in:
lib/shoes/basic.rb

Instance Attribute Summary

Attributes inherited from Native

#state

Attributes inherited from Basic

#args, #cleared, #hided, #initials, #parent, #shows

Attributes included from Mod

#click_proc, #hover_proc, #hovered, #leave_proc, #margin_bottom, #margin_left, #margin_right, #margin_top, #release_proc

Instance Method Summary collapse

Methods inherited from Native

#change, #focus

Methods inherited from Basic

#clear, #fix_size, #hide, #initialize, #move, #move2, #move3, #positioning, #remove, #show, #style, #toggle

Methods included from Mod

#click, #hover, #leave, #release, #set_margin

Constructor Details

This class inherits a constructor from Shoes::Basic

Instance Method Details

#fractionObject



423
424
425
# File 'lib/shoes/basic.rb', line 423

def fraction
  real.fraction
end

#fraction=(n) ⇒ Object



427
428
429
# File 'lib/shoes/basic.rb', line 427

def fraction= n
  real.fraction = n
end