Implement DrawTitleBarBitmap() for OS X using hard coded PNG images.
[wxWidgets.git] / misc / scripts / makeosxtags.sh
1 #!/bin/sh
2 . `dirname $0`/makeunixtags.sh
3 create_tags osx
4
5 osx_port=${1-carbon}
6 ctags --totals --c++-kinds=+px --language-force=c++ \
7 -f osx_$osx_port.tags \
8 -I @misc/scripts/ctags.ignore \
9 include/wx/osx/core/*.h \
10 include/wx/osx/core/private/*.h \
11 include/wx/osx/private/*.h \
12 include/wx/osx/$osx_port/*.h \
13 include/wx/osx/$osx_port/private/*.h \
14 src/osx/core/*.cpp \
15 src/osx/$osx_port/*.{cpp,mm}