GNOME Bugzilla – Bug 613363
Menu popup() key "_menu_pos_callback"
Last modified: 2011-08-16 20:00:08 UTC
While nosing around Gtk2::Menu::popup() I wondered if the object data key "_menu_pos_callback" might want to be a prefixed name like "_gtk2perl_menu_pos_callback" or similar, as protection against clashing with an application's data names (unlikely though that may be).
Good idea, now done.