wxSpinCtrl no longer emits event when changed programmatically.

Some GUI thread things and tests,
  Change for borders around cmposite controls.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-01-02 16:25:28 +00:00
parent 169267e61f
commit 07f5b19a15
11 changed files with 77 additions and 23 deletions

View File

@@ -6,6 +6,11 @@ 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.
Added Calendar control.
Added classes for recoding text (e.g. from Windows encoding to ISO encoding
and for converting to and from Unicode).
Updated the 64-bit long class (a class that substitutes a 64-bit int
type on platforms which don't provide a native one).