Some updates for wxMotif documentation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-04-02 20:46:36 +00:00
parent 739e366ac9
commit 70aac632a1
5 changed files with 22 additions and 49 deletions

View File

@@ -21,15 +21,10 @@ High Priority
anyway, so for example intercepting left-click in a widget doesn't disable
the default behaviour. See TODOs in window.cpp.
- wxRadioBox doesn't show up in the controls sample, though it's
OK on other dialogs (e.g. printing sample).
- wxToolTip
- Miscellaneous events.
- Use wxImage to load other formats into wxBitmaps, such as PNG, BMP.
- Allow wxFrame and other widgets to have mouse event handlers.
Low Priority
@@ -44,15 +39,6 @@ Low Priority
- Work out why XFreeFont in font.cpp produces a segv. This is
currently commented out, which presumably causes a memory leak.
- Better makefile system that can put objects in different dirs.
- Extra wxBitmap formats: PNG, BMP. Could use old wxWin 1.68
wxImage code (derived from XV) for BMP/GIF but it's very bloated. However,
when implemented as extra bitmap handlers, the code won't be linked
unless needed. Update: see if wxImage can handle these formats.
- Get Dialog Editor working (better) under Motif.
- New wxHelp version: try using the XmHTML widget at
http://www.xs4all.nl/~ripley/XmHTML/.
@@ -83,7 +69,5 @@ Low Priority
- Miscellaneous classes e.g. wxJoystick (identical to GTK's one for
Linux)
- Get ODBC classes and sample working.
- Work out why wxTextCtrl doesn't work as a stream buffer under
gcc