pharo-spec / mars-gtk

The Gtk3 bindings for Pharo and Spec
14 stars 6 forks source link

GtkMenuAdapter is missing contextMenu implementations: #2

Closed pavel-krivanek closed 5 years ago

pavel-krivanek commented 5 years ago

The GtkMenuAdapter is missing the method adaptAsPopup: which means that custom context menus cannot be done in the GTK.

estebanlm commented 5 years ago

Not really. In Spec2 is not preview that a popup can be shown arbitrary at any place any moment. Context menus in Spec2 are made using contextMenu entries in the widgets that supports it.

And yes, there are missing contextMenu implementations, but not the #adaptAsPopup: message.

(not closing this issue to allow further discussion)

pavel-krivanek commented 5 years ago

ok ;-)

estebanlm commented 5 years ago

this is fixed upstream