Class: Wx::AnimationType

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

Overview

Supported animation types.

Requires:

  • USE_ANIMATIONCTRL

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_ANY =

autodetect the filetype.

Wx::AnimationType.new(3)

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