Class: Wx::AnimationType
- Inherits:
-
Enum
- Object
- Enum
- Wx::AnimationType
- Defined in:
- lib/wx/doc/gen/animation.rb
Overview
Supported animation types.
Constant Summary collapse
- ANIMATION_TYPE_INVALID =
Wx::AnimationType.new(0)
- ANIMATION_TYPE_GIF =
represents an animated GIF file.
Wx::AnimationType.new(1)
- ANIMATION_TYPE_ANI =
represents an ANI file.
Wx::AnimationType.new(2)
- ANIMATION_TYPE_WEBP =
represents an animated WebP file.
Wx::AnimationType.new(3)
- ANIMATION_TYPE_ANY =
autodetect the filetype.
Wx::AnimationType.new(4)