Version: 2.9.4
Classes | Defines | Enumerations | Variables
animate.h File Reference

クラス

class  wxAnimationCtrl
 This is a static control which displays an animation. More...
class  wxAnimation
 This class encapsulates the concept of a platform-dependent animation. More...

Defines

#define wxAC_NO_AUTORESIZE   (0x0010)
#define wxAC_DEFAULT_STYLE   (wxBORDER_NONE)

Enumerations

enum  wxAnimationType {
  wxANIMATION_TYPE_INVALID,
  wxANIMATION_TYPE_GIF,
  wxANIMATION_TYPE_ANI,
  wxANIMATION_TYPE_ANY
}
 Supported animation types. More...

Variables

wxAnimation wxNullAnimation
 An empty animation object.

Define Documentation

#define wxAC_DEFAULT_STYLE   (wxBORDER_NONE)
#define wxAC_NO_AUTORESIZE   (0x0010)

Enumeration Type Documentation

Supported animation types.

Enumerator:
wxANIMATION_TYPE_INVALID 
wxANIMATION_TYPE_GIF 

represents an animated GIF file.

wxANIMATION_TYPE_ANI 

represents an ANI file.

wxANIMATION_TYPE_ANY 

autodetect the filetype.


Variable Documentation

An empty animation object.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines