Added wxSHOW_EFFECT_NONE.
Calling Show/HideWithEffect() with this effect is the same as calling just the normal Show/Hide(). This is convenient as it allows to use the same API, whether with effects or without them. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -118,6 +118,7 @@ enum wxWindowVariant
|
||||
// valid values for Show/HideWithEffect()
|
||||
enum wxShowEffect
|
||||
{
|
||||
wxSHOW_EFFECT_NONE,
|
||||
wxSHOW_EFFECT_ROLL_TO_LEFT,
|
||||
wxSHOW_EFFECT_ROLL_TO_RIGHT,
|
||||
wxSHOW_EFFECT_ROLL_TO_TOP,
|
||||
|
Reference in New Issue
Block a user