On Saturday 21 August 2004 23:41, Matej Cepl wrote: > Hi, > > I am trying to write a small script to active krusader window when > minimized to kicker, but I am totally confused by different DCOP actions > available. When I run 'dcop $KRUSADERID krusader-mainwindow#1' I got among > others (there are 132 lines in the output!) actions like raise, restore, > raise (or for example setEnabled, pos, setBackgroundMode, isActiveWindow, > focusEnabled, ...). Is there any documentation on which does which? Which
These are very likely slots of the main window class, you can find their documentation at http://api.kde.org/ KMainWindow is in section kdeui > of these I should use when I want to get krusader activated and to be on > the top of all other windows in the active desktop? The current draft of I think you already got the correct ones. show() then raise() should work Cheers, Kevin

