GNOME Bugzilla – Bug 613279
Gtk2::Menu docs of popup()
Last modified: 2010-03-31 17:05:18 UTC
Created attachment 156517 [details] [review] docs of Gtk2::Menu::popup() The docs for Gtk2::Menu could show how the popup() callback works, per attachment. In particular I think it should note how the func and data are stored in the menu as that's a bit subtle and affects circular references.
Committed. Thanks!
Created attachment 157545 [details] [review] show $menu->reposition That was quick :-). Actually can I have this bit on top, showing $menu->reposition which I had overlooked and is probably the main way positioning would be re-run.
Committed too, thanks. But I kept the "as" in front of the call signature.