Gtk.AccelGroup connect and disconnec signals



Hi,

In the old PyGtk connecting and disconnecting accelerator keys was renamed because it interferes with GObject signal (dis)connect. They then decided to use Gtk.AccelGroup.(dis)connect_group, see [1].

The question is, should the same now be done for PyGObject?

~infirit


[1] http://www.pygtk.org/pygtk2reference/class-gtkaccelgroup.html#method-gtkaccelgroup--connect-group

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