On Sat, 5 Apr 2003 11:13:28 -0800 "Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> wrote:
> 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. I've tried a couple of variations like that and the 'close' seems to be ignored. I've missed something, of course. > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > List archives: http://asgardsrealm.net/lurker/splash/index.html > Trouble? Contact [EMAIL PROTECTED] > -- ************************************************************************ * Dave Serls Littleton, CO, USA * * dashs.denver.co.us sorrybiscuit.com * ************************************************************************ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
