Compilation fix,

wxGTK requires GTK 1.2.3.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-01-04 17:20:21 +00:00
parent 3d62dcb6b5
commit 04165bec2c
7 changed files with 69 additions and 59 deletions

View File

@@ -6,6 +6,9 @@ and/or 16 bit colour mode? I need this for testing purposes, i.e. this
person could help me by running a small testprogram and sending
me the output.
Improved support for GTK's themes, changes in font sizes (and
the dialogs' ability to react to that) and related things.
Added Calendar control.
Added classes for recoding text (e.g. from Windows encoding to ISO encoding
@@ -54,6 +57,8 @@ Added wxNotebookSizer for combining notebooks and sizers.
Added wxDir class. Useful as a replacement for wxFileGetFirst()
and wxFileGetNext().
Fixed Y2000 bug in file dialog (sic.)
Added wxStopWatch class.
wxBitmap now derives from wxGDIObject.