summaryrefslogtreecommitdiffstats
path: root/pygtk.py
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2002-11-19 02:17:37 +0000
committerJames Henstridge <jamesh@src.gnome.org>2002-11-19 02:17:37 +0000
commit1dc6d6585d3606e064ba32b2f18f1f5938657168 (patch)
tree643a7c48125642d53c9b9e4d101bfc8e62ab1676 /pygtk.py
parent3b40443fbf1526fe8ff44ba819061b558835e0d2 (diff)
downloadpygobject-1dc6d6585d3606e064ba32b2f18f1f5938657168.tar.gz
pygobject-1dc6d6585d3606e064ba32b2f18f1f5938657168.tar.xz
pygobject-1dc6d6585d3606e064ba32b2f18f1f5938657168.zip
get rid of pyg_handler_marshal and pyg_input_marshal, which were the last
2002-11-19 James Henstridge <james@daa.com.au> * gtk/gtkobject-support.c: get rid of pyg_handler_marshal and pyg_input_marshal, which were the last bits of code using the old GtkArg APIs in gtk. * gtk/gtk.override: remove wrappers for gtk_idle_add, gtk_timeout_add and gtk_input_add. (_wrap_gtk_quit_add): change so that it doesn't use pyg_handler_marshal. * gtk/__init__.py: set the TRUE and FALSE constants to True and False if possible. Fall back to 0/1 otherwise. (*): bind idle, timeout and input functions to gobject equivalents. * gobjectmodule.c (get_handler_priority): helper function to get priority value as a keyword argument. (pyg_idle_add): convert priority arg to an optional keyword argument. (pyg_timeout_add): and here. (pyg_io_add_watch): and here.
Diffstat (limited to 'pygtk.py')
0 files changed, 0 insertions, 0 deletions