[pygobject] Convert TREE_VIEW_DROP_* constants into Gtk.TreeViewDropPosition



commit 0841d41698302abb5d987849a5874252564ed428
Author: Olav Vitters <olav vitters nl>
Date:   Wed Aug 24 16:22:17 2011 +0200

    Convert TREE_VIEW_DROP_* constants into Gtk.TreeViewDropPosition

 pygi-convert.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pygi-convert.sh b/pygi-convert.sh
index 83c31b1..fd20127 100644
--- a/pygi-convert.sh
+++ b/pygi-convert.sh
@@ -52,6 +52,7 @@ for f in $FILES_TO_CONVERT; do
     -pe "s/Gtk.TEXT_SEARCH_/Gtk.TextSearchFlags./g;" \
     -pe "s/Gtk.TEXT_WINDOW_/Gtk.TextWindowType./g;" \
     -pe "s/Gtk.TREE_VIEW_COLUMN_/Gtk.TreeViewColumnSizing./g;" \
+    -pe "s/Gtk.TREE_VIEW_DROP_/Gtk.TreeViewDropPosition./g;" \
     -pe "s/Gtk.WINDOW_/Gtk.WindowType./g;" \
     -pe "s/Gtk.WIN_POS_/Gtk.WindowPosition./g;" \
     -pe "s/Gtk.WRAP_/Gtk.WrapMode./g;" \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]