]> git.saurik.com Git - wxWidgets.git/commitdiff
wxCocoa: New native wxToolBar
authorDavid Elliott <dfe@tgwbd.org>
Tue, 16 Dec 2003 15:44:11 +0000 (15:44 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Tue, 16 Dec 2003 15:44:11 +0000 (15:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/files.bkl
configure.in
include/wx/toolbar.h

index 810f1ffc8576b6b71ca1fda8686d8ea8340bd4e5..2d0c73cf71033a44fad4d8ca59a4b2f01e067846 100644 (file)
@@ -1754,6 +1754,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
     src/cocoa/statline2.mm
     src/cocoa/stattext.mm
     src/cocoa/textctrl.mm
+    src/cocoa/toolbar.mm
     src/cocoa/toplevel.mm
     src/cocoa/utils.cpp
     src/cocoa/utilsexc.cpp
@@ -1828,6 +1829,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
     wx/cocoa/statline.h
     wx/cocoa/stattext.h
     wx/cocoa/textctrl.h
+    wx/cocoa/toolbar.h
     wx/cocoa/toplevel.h
     wx/cocoa/window.h
     <!-- Generic implementations used by wxCocoa: -->
index c0bd57f613e2078c3c702228ea5ba194241bc4bb..83e0084cc337922d2f83cc9d6ced8832a6323f5f 100644 (file)
@@ -1025,7 +1025,6 @@ if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then
   wxUSE_DRAG_AND_DROP=no
   # Generic notebook requires tab dialog
   DEFAULT_wxUSE_TABDIALOG=yes
-  DEFAULT_wxUSE_TOOLBAR_NATIVE=no
   DEFAULT_wxUSE_SCROLLBAR=no
   DEFAULT_wxUSE_TOOLTIPS=no
   DEFAULT_wxUSE_DRAGIMAGE=no
index 4e1a581f47d85975f8256c981d446961595e9ba8..61abe5d7f6d34650f174f127e07a39aa7395f5ae 100644 (file)
@@ -135,6 +135,8 @@ enum
            #include "wx/gtk/tbargtk.h"
         #elif defined(__WXMAC__)
            #include "wx/mac/toolbar.h"
+        #elif defined(__WXCOCOA__)
+           #include "wx/cocoa/toolbar.h"
         #elif defined(__WXPM__)
            #include "wx/os2/toolbar.h"
         #endif