projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add "inherit" to <font> XRC tag.
[wxWidgets.git]
/
interface
/
wx
/
animate.h
diff --git
a/interface/wx/animate.h
b/interface/wx/animate.h
index 19716e2c996d9b3c58f88de1ba5418c91967bb0c..cd1e926d7b7b7e7284cd0bf91d7ffe19f21b993e 100644
(file)
--- a/
interface/wx/animate.h
+++ b/
interface/wx/animate.h
@@
-23,6
+23,11
@@
enum wxAnimationType
wxANIMATION_TYPE_ANY
};
wxANIMATION_TYPE_ANY
};
+
+#define wxAC_NO_AUTORESIZE (0x0010)
+#define wxAC_DEFAULT_STYLE (wxBORDER_NONE)
+
+
/**
@class wxAnimationCtrl
/**
@class wxAnimationCtrl
@@
-198,6
+203,11
@@
public:
class wxAnimation : public wxGDIObject
{
public:
class wxAnimation : public wxGDIObject
{
public:
+ /**
+ Default ctor.
+ */
+ wxAnimation();
+
/**
Copy ctor.
*/
/**
Copy ctor.
*/