> How do I do the equivalent of the following in PyGTK? > > gtk_editable_cut_clipboard (GTK_EDITABLE (text)); > > I found <http://www.daa.com.au/pipermail/pygtk/2002-July/003113.html>, > but it no longer seems to work (gtk no longer has an atom_intern > function).
Dunno about your particular problem, but atom_intern is in gtk.gdk.atom_intern (as in pygtk 1.9.16). Regards, -- Rui Lopes _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
