Update of /cvsroot/audacity/audacity-src/src/widgets
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv18435

Modified Files:
        Grabber.h 
Log Message:
Fix toolbar dragging under GTK...actually makes it a little better across the 
board.  (Assuming it works for everyone. ;-))

Index: Grabber.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/Grabber.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Grabber.h   16 Sep 2006 05:54:38 -0000      1.1
+++ Grabber.h   15 Oct 2006 03:47:32 -0000      1.2
@@ -80,6 +80,9 @@
 
 typedef void (wxEvtHandler::*GrabberEventFunction)(GrabberEvent &);
 
+#define GrabberEventHandler(func) \
+    
(wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(GrabberEventFunction, 
&func)
+
 #define EVT_GRABBER(id, fn) \
     DECLARE_EVENT_TABLE_ENTRY(EVT_GRABBER_CLICKED, id, wxID_ANY, \
     (wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) \


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to