I am thinking to port all of those. Looks really simple. <br>
But there is a trouble. <br>
let's take example of windowlist.<br>
in windowlistbutton, it does<br>
setPopup(new KWindowList(this))<br>
because class KWindowList already provide the popupmenu.<br>
<br>
But KPanelMenu is itself PopupMenu, So the only way seems(without code
dupe) that iterating over all (new KWindowLIst(this)) actions and add
them to this-&gt;addActions(). this works perfectly, but looks slightly
hackish way. Is it okay?<br>
file is attached.<br>
<br>