moved power functions for MSW from utils.cpp to (new) power.cpp and implemented them

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-05-27 14:29:30 +00:00
parent 355debca06
commit 3032b7b5c2
12 changed files with 268 additions and 15 deletions

View File

@@ -2975,7 +2975,7 @@ Returns battery state as one of \texttt{wxBATTERY\_NORMAL\_STATE},
\texttt{wxBATTERY\_LOW\_STATE}, \texttt{wxBATTERY\_CRITICAL\_STATE},
\texttt{wxBATTERY\_SHUTDOWN\_STATE} or \texttt{wxBATTERY\_UNKNOWN\_STATE}.
\texttt{wxBATTERY\_UNKNOWN\_STATE} is also the default on platforms where
this feature is not implemented.
this feature is not implemented (currently everywhere but MS Windows).
\wxheading{Include files}
@@ -3000,7 +3000,7 @@ Under X only, returns the current display name. See also \helpref{wxSetDisplayNa
Returns the type of power source as one of \texttt{wxPOWER\_SOCKET},
\texttt{wxPOWER\_BATTERY} or \texttt{wxPOWER\_UNKNOWN}.
\texttt{wxPOWER\_UNKNOWN} is also the default on platforms where this
feature is not implemented.
feature is not implemented (currently everywhere but MS Windows).
\wxheading{Include files}