Window Refresh and my CAPI interfaces
Dear list, Does anybody know how to make benefit of the Refresh item in the Window menu (on Mac OS)? All the best, Cam
Dear list, Does anybody know how to make benefit of the Refresh item in the Window menu (on Mac OS)? All the best, Cam
Une fois n'est pas coutume -- as we say in french -- I answer my own question. Define the following generic function: (defmethod capi-toolkit:interface-update ((self my-interface)) ...) And the method will be called when the user select the Refresh menu item. Very nice. On 22 sept. 2011, at 18:31, Camille Troillard wrote: > Dear list, > > Does anybody know how to make benefit of the Refresh item in the Window menu (on Mac OS)? > > > All the best, > Cam >