added wxPowerEvent; moved power functions stubs to common/powercmn.cpp
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 May 2006 14:09:40 +0000 (14:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 May 2006 14:09:40 +0000 (14:09 +0000)
commit355debca0650f70aa8ed4803b2ebc45541e03d9f
treea9df9a826b0192f1f1dc39aad5627068375915a6
parent9fa1b6aad482a673abdbb150558ddb2b3d518ab7
added wxPowerEvent; moved power functions stubs to common/powercmn.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
37 files changed:
Makefile.in
autoconf_inc.m4
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_adv.dsp
build/msw/wx_base.dsp
build/msw/wx_core.dsp
docs/changes.txt
docs/latex/wx/classes.tex
docs/latex/wx/powerevt.tex [new file with mode: 0644]
include/wx/event.h
include/wx/msw/window.h
include/wx/power.h [new file with mode: 0644]
include/wx/utils.h
samples/power/Makefile.in [new file with mode: 0644]
samples/power/makefile.bcc [new file with mode: 0644]
samples/power/makefile.gcc [new file with mode: 0644]
samples/power/makefile.vc [new file with mode: 0644]
samples/power/makefile.wat [new file with mode: 0644]
samples/power/power.bkl [new file with mode: 0644]
samples/power/power.cpp [new file with mode: 0644]
samples/power/power.dsp [new file with mode: 0644]
src/common/powercmn.cpp [new file with mode: 0644]
src/mac/carbon/utils.cpp
src/mac/classic/utils.cpp
src/msw/utils.cpp
src/msw/window.cpp
src/os2/utils.cpp
src/palmos/utils.cpp
src/unix/utilsunx.cpp
src/wxWindows.dsp
wxGTK.spec
wxMotif.spec
wxX11.spec