Class: Wx::AnimationDisposal
- Defined in:
- lib/wx/doc/gen/animation.rb
Overview
Constant Summary collapse
- ANIM_UNSPECIFIED =
No disposal specified. The decoder is not required to take any action.
Wx::AnimationDisposal.new(-1)
- ANIM_DONOTREMOVE =
Do not dispose. The graphic is to be left in place.
Wx::AnimationDisposal.new(0)
- ANIM_TOBACKGROUND =
Restore to background color.
Wx::AnimationDisposal.new(1)
- ANIM_TOPREVIOUS =
Restore to previous.
Wx::AnimationDisposal.new(2)
Method Summary
Methods inherited from Enum
#!, #&, #<=>, [], #allbits?, #anybits?, #coerce, enumerators, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, non_distinct, #real?, set_non_distinct, #succ, #to_int, #to_s, #|, #~
Constructor Details
This class inherits a constructor from Wx::Enum
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wx::Enum