module Clutter::Animatable

Public Instance Methods

set_final_state(property_name, value) click to toggle source
# 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_conversion(property_name, value)
Alias for: set_final_state