Native wxCheckListBox implementation for wxWinCE.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -38,6 +38,7 @@ wxMSW:
|
||||
wxWinCE:
|
||||
|
||||
- Pressing build-in joystick on WinCE phones fires wxEVT_JOY_BUTTON_DOWN event.
|
||||
- Native wxCheckListBox implementation.
|
||||
|
||||
Unix:
|
||||
|
||||
|
@@ -1,3 +1,14 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Name: wxmsw.tex
|
||||
%% Purpose: wxMSW and wxWinCE platform specific informations
|
||||
%% Author: wxWidgets Team
|
||||
%% Modified by:
|
||||
%% Created:
|
||||
%% RCS-ID: $Id$
|
||||
%% Copyright: (c) wxWidgets Team
|
||||
%% License: wxWindows license
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\section{wxMSW port}\label{wxmswport}
|
||||
|
||||
wxMSW is a port of wxWidgets for the Windows platforms
|
||||
@@ -242,8 +253,6 @@ These controls are missing from wxWinCE:
|
||||
|
||||
\itemsep=0pt
|
||||
\begin{itemize}
|
||||
\item {\bf wxCheckListBox} This can be implemented using a wxListCtrl in report mode
|
||||
with checked/unchecked images.
|
||||
\item {\bf MDI classes} MDI is not supported under Windows CE.
|
||||
\item {\bf wxMiniFrame} Not supported under Windows CE.
|
||||
\end{itemize}
|
||||
@@ -345,9 +354,6 @@ show the SIP automatically using the WC\_SIPREF control.
|
||||
the correct size on the emulator, but too small on a VGA Pocket Loox device.
|
||||
\item {\bf wxStaticLine.} Lines don't show up, and the documentation suggests that
|
||||
missing styles are implemented with WM\_PAINT.
|
||||
\item {\bf wxCheckListBox.} This class needs to be implemented in terms of a wxListCtrl
|
||||
in report mode, using icons for checkbox states. This is necessary because owner-draw listboxes
|
||||
are not supported on Windows CE.
|
||||
\item {\bf wxFileDialog.} A more flexible dialog needs to be written (probably using wxGenericFileDialog)
|
||||
that can access arbitrary locations.
|
||||
\item {\bf HTML control.} PocketPC has its own HTML control which can be used for showing
|
||||
@@ -379,4 +385,3 @@ a specified location.
|
||||
\item {\bf Further abstraction.} We should be able to abstract away more of the differences
|
||||
between desktop and mobile applications, in particular for sizer layout.
|
||||
\end{itemize}
|
||||
|
||||
|
Reference in New Issue
Block a user