More progress on wxMotif, incl. wxTreeCtrl/wxListCtrl beginning to work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -60,4 +60,18 @@ More recently:
|
||||
- Debugged DrawEllipticArc (a ! in the wrong place).
|
||||
- Added SetClippingRegion( const wxRegion& region ).
|
||||
- Added wxPoint, wxSize, wxRect versions of SetSize etc.
|
||||
- Diagnosed but not yet cured a wxTreeCtrl bug (see todo.txt).
|
||||
- Diagnosed but not yet cured a wxTreeCtrl bug (see todo.txt).
|
||||
|
||||
4/12/98
|
||||
-------
|
||||
|
||||
- Got further with wxTreeCtrl, fixing wxWindow::Refresh on the way,
|
||||
and adding Clear(const wxRect&). Mainly the scrolling to sort out now,
|
||||
and inter-line spacing.
|
||||
- Fixed some problems with wxListCtrl espec. trying to call m_mainWin
|
||||
functions when it wasn't initialised. As with the wxTreeCtrl sample,
|
||||
removed usage of wxTextCtrl as a stream (doesn't seem to agree
|
||||
with gcc) and the sample is now partially working. Some work
|
||||
on the scrollbars is required.
|
||||
- wxListCtrl assumed that one of the args to GetClientSize can be NULL:
|
||||
corrected.
|
Reference in New Issue
Block a user