March 25, 2014
7:41 a.m.
I wanted to use a MethodToolbar as part of a Nautilus plugin. Ok, I can use the widget in with an openWithSpec but how can I put this into a widget that Nautilus will accept as a plugin? | b | b := MethodToolbar new. b openWithSpec. b method: <method from plugin...> Phil