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
Also aliased as: set_final_state_without_conversion