Module: Clutter::Animatable

Defined in:
lib/clutter/animatable.rb

Instance Method Summary collapse

Instance Method Details

#set_final_state(property_name, value) ⇒ Object



20
21
22
23
24
# File 'lib/clutter/animatable.rb', line 20

def set_final_state(property_name, value)
  property = self.class.property(property_name)
  value = GLib::Value.new(property.value_type, value)
  set_final_state_without_conversion(property_name, value)
end

#set_final_state_without_conversionObject



19
# File 'lib/clutter/animatable.rb', line 19

alias_method :set_final_state_without_conversion, :set_final_state