]> git.saurik.com Git - wxWidgets.git/commitdiff
Small doc mods
authorJulian Smart <julian@anthemion.co.uk>
Sat, 2 Apr 2005 16:07:29 +0000 (16:07 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 2 Apr 2005 16:07:29 +0000 (16:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/tempfilestrm.tex
docs/latex/wx/wxmsw.tex

index 01fe8964a04d3676583dd8ba6d1640f3fbc1b028..e2679eb79fb886552a3b1ce1a39aa41d6786461b 100644 (file)
@@ -53,3 +53,4 @@ to the old name.
 
 Discard changes: the old file contents are not changed, the temporary file is
 deleted.
 
 Discard changes: the old file contents are not changed, the temporary file is
 deleted.
+
index 1ba189e674d0673f2b708e0cf561d4cd45e0fd7e..2f6ec969bfce5c91e66aa47a8be5f74cf7eaa6b6 100644 (file)
@@ -340,6 +340,11 @@ by using wxCLOSE\_BOX to indicate when the OK button should be displayed.
 \item {\bf Dynamic adaptation.} We should probably be using run-time tests more
 than preprocessor tests, so that the same WinCE application can run on different
 versions of the operating system.
 \item {\bf Dynamic adaptation.} We should probably be using run-time tests more
 than preprocessor tests, so that the same WinCE application can run on different
 versions of the operating system.
+\item {\bf Modeless dialogs.} When a modeless dialog is hidden with the OK button, it doesn't restore the
+frame's menubar. See for example the find dialog in the dialogs sample. However, the menubar is restored
+if pressing Cancel (the window is closed). This reflects the fact that modeless dialogs are
+not very useful on Windows CE; however, we could perhaps destroy/restore a modeless dialog's menubar
+on deactivation and activation.
 \item {\bf Home screen plugins.} Figure out how to make home screen plugins for use with wxWidgets
 applications (see {\tt http://www.codeproject.com/ce/CTodayWindow.asp} for inspiration).
 Although we can't use wxWidgets to create the plugin (too large), we could perhaps write
 \item {\bf Home screen plugins.} Figure out how to make home screen plugins for use with wxWidgets
 applications (see {\tt http://www.codeproject.com/ce/CTodayWindow.asp} for inspiration).
 Although we can't use wxWidgets to create the plugin (too large), we could perhaps write