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

Modified Files:
        treebook.h 
Log Message:
Make compatible with wxWidgets 2.8.

Index: treebook.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/treebook.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- treebook.h  17 Sep 2006 05:46:18 -0000      1.3
+++ treebook.h  18 Nov 2006 05:53:14 -0000      1.4
@@ -80,7 +80,8 @@
     { 
        return InsertPage(GetRootItem(), n, page, text, bSelect, 
imageId).IsOk(); 
     } 
-    virtual int SetSelection(size_t n); 
+    virtual int SetSelection(size_t n);
+    int ChangeSelection(size_t n) { return SetSelection(n); };
 
     // returns true if we have wxLB_TOP or wxLB_BOTTOM style 
     bool IsVertical() const { return HasFlag(wxLB_BOTTOM | wxLB_TOP); } 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to