]> git.saurik.com Git - wxWidgets.git/commit - samples/shaped/shaped.cpp
Added wxSHOW_EFFECT_NONE.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:53:57 +0000 (22:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:53:57 +0000 (22:53 +0000)
commitffa50e73618bab4f57ea423b9178a9c08b44433a
tree9a610de4ca86b742cdbab3fad23f2ca13c6a1042
parent2e61f76aacedb946e20215f4cb44dbaa1f0c1b69
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
include/wx/window.h
interface/wx/window.h
samples/shaped/shaped.cpp
src/msw/window.cpp