Hi,
I want to connect to the insert_text signal of the editable. My GTK2+docs say:
void
insert_text_handler (GtkEditable *editable,
const gchar *text,
gint length,
gint *position,
gpointer data)
When I do this in python, the position argument is (print position):
<gpointer at 0xbfffe298>
How can I retrieve the actual integer value behind this pointer in python?
Thanks a lot
Thomas Hunger
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/