On Saturday 05 April 2003 10:50, Dave Serls wrote: > If I wanted to be able to close a window listed via the 'Workspaces' > menu with the right button (3) where might I look in the code? > Thanks for any suggestion. >
Clientmenu.cc. There is a method there called "itemClicked". Add code like: else if (button == 3) window->close(); below the button == 2 check and leave the existing else there. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
