]> git.saurik.com Git - wxWidgets.git/commitdiff
some more TODOs
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 19 Oct 1999 13:58:05 +0000 (13:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 19 Oct 1999 13:58:05 +0000 (13:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/html/roadmap.htm

index 0bda1ab4bd9e9224e0141d9e8b32152c7c5892ee..7220f6732a7597278ec8f47acc1ddc9a0cb7b56d 100644 (file)
@@ -97,6 +97,8 @@ combined base/GUI library for GUI applications only.
 <li>Release date: March 5th, 2000
 <li>Miscellaneous fixes and small enhancements.
 <li>wxDateTime class in beta.
 <li>Release date: March 5th, 2000
 <li>Miscellaneous fixes and small enhancements.
 <li>wxDateTime class in beta.
+<li>Context sensitive help
+<li>More i18n issues: dates, times, ...
 </ul>
 
 <P>
 </ul>
 
 <P>
@@ -155,6 +157,10 @@ that can handle multiple formats).
 add constraint specification to WXR syntax and Dialog Editor; add multilanguage support to WXR.
 May be we'd better change the format completely and replace WXR with XML
 (providing conversion utility for old files)?
 add constraint specification to WXR syntax and Dialog Editor; add multilanguage support to WXR.
 May be we'd better change the format completely and replace WXR with XML
 (providing conversion utility for old files)?
+<li>Context sensitive help: we need to have wxHelpEvent which would be
+generated when the help for a given control is requested and a standard
+handler for it in wxWindow which would invoke the default help system with the
+correct help id.
 <li>Rewrite Dialog Editor.
 <li>Modem-oriented classes: wxDialUpManager for dialing up the ISP and
 determining if there is a connection to Internet on the machine and
 <li>Rewrite Dialog Editor.
 <li>Modem-oriented classes: wxDialUpManager for dialing up the ISP and
 determining if there is a connection to Internet on the machine and