Do not derive wxCursor from wxBitmap, plus misc cleanup.
authorMattia Barbon <mbarbon@cpan.org>
Sat, 22 Mar 2003 15:46:22 +0000 (15:46 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 22 Mar 2003 15:46:22 +0000 (15:46 +0000)
commit93e73c740e6cdd6d498439aeb731fe5f3e75ea8d
tree6166df922f907905d873d8987f5802c68abfac0e
parent13de23f6d86a5fcd61e340f3d0b47d9211510964
  Do not derive wxCursor from wxBitmap, plus misc cleanup.
  Derive wxGauge from wxGaugeBase, use XmScale for the
implementation if the Motif version supports the
XmTHERMOMETER style.
  Derive wxSlider from wxSliderBase; generate
wxEVT_SCROLL_THUMBRELEASE in addition to wxEVT_SCROLL_THUMBTRACK;
misc cleanup.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/motif/cursor.h
include/wx/motif/gauge.h
include/wx/motif/slider.h
src/motif/cursor.cpp
src/motif/gauge.cpp
src/motif/slider.cpp