aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui/typesystem_gui_mac.xml
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-01-26 22:17:04 -0200
committerHugo Lima <hugo.lima@openbossa.org>2010-01-27 16:57:15 -0200
commitd35fd7fa2c689af2467b98cb45e0fa42efbd59b1 (patch)
tree329341a360f1aaf9b18517134ae2e64c93879682 /PySide/QtGui/typesystem_gui_mac.xml
parent478a440f26eefdd04afdc69daa93e89b1bdcdfdf (diff)
Initial QtGui bindings.
Diffstat (limited to 'PySide/QtGui/typesystem_gui_mac.xml')
-rw-r--r--PySide/QtGui/typesystem_gui_mac.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/PySide/QtGui/typesystem_gui_mac.xml b/PySide/QtGui/typesystem_gui_mac.xml
new file mode 100644
index 000000000..a505126c7
--- /dev/null
+++ b/PySide/QtGui/typesystem_gui_mac.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<typesystem package="PySide.QtGui">
+
+ <rejection class="*" function-name="qt_mac_set_cursor"/>
+ <rejection class="*" function-name="macMenu"/>
+
+ <!-- qApp macro register -->
+ <inject-code class="target" file="glue/qtgui_boost.cpp" position="end"/>
+ <inject-code class="native" file="glue/qtgui_glue.cpp" position="beginning"/>
+
+ <load-typesystem name="typesystem_gui.xml" generate="yes"/>
+</typesystem>