]> git.saurik.com Git - wxWidgets.git/commit - src/cocoa/NSSlider.mm
Further simplificiation of the NSSlider/wxSlider interface such that the
authorDavid Elliott <dfe@tgwbd.org>
Wed, 15 Aug 2007 04:12:44 +0000 (04:12 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Wed, 15 Aug 2007 04:12:44 +0000 (04:12 +0000)
commit4f46c20bc4cc5be9b358a6e6caad39c1f8498cae
tree95d07fdd6770a80c867e551381642951e98bfa86
parent71e33cfbbddc293991796772c6e98a0e74ff826b
Further simplificiation of the NSSlider/wxSlider interface such that the
various responder methods don't change the controls action but instead send
all actions through the normal wxCocoaNSControl action handling mechanism.
To determine what caused the action we save the message selector in a global
variable (safe since Cocoa does single-threaded event handling).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/cocoa/NSSlider.h
include/wx/cocoa/slider.h
src/cocoa/NSSlider.mm
src/cocoa/slider.mm