changed ShowWithEffects() to use directional wxSHOW_EFFECT_XXX flags instead of addit...
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 8 May 2008 21:56:26 +0000 (21:56 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 8 May 2008 21:56:26 +0000 (21:56 +0000)
commiteed04c9999d7929fad7d18fab4e8071b515f6aa7
treeac05888a30d20e1bec8a3b1b29dac3e3f7080330
parentf992f2ae260e437eeb729de602deee8bbef3b744
changed ShowWithEffects() to use directional wxSHOW_EFFECT_XXX flags instead of additional wxDirection argument that doesn't always make sense; this also means the direction is never implicit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/window.h
include/wx/window.h
interface/window.h
samples/shaped/shaped.cpp
src/msw/window.cpp