Class: Wx::AnimationDisposal

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/animation.rb

Overview

Requires:

  • USE_ANIMATIONCTRL

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)