org.kde.koala
Interface KPopupMenuSignals


public interface KPopupMenuSignals


Method Summary
 void aboutToShowContextMenu(KPopupMenu menu, int menuItem, org.kde.qt.QPopupMenu ctxMenu)
          connect to this signal to be notified when a context menu is about to be shown
 

Method Detail

aboutToShowContextMenu

void aboutToShowContextMenu(KPopupMenu menu,
                            int menuItem,
                            org.kde.qt.QPopupMenu ctxMenu)
connect to this signal to be notified when a context menu is about to be shown

Parameters:
menu - The menu that the context menu is about to be shown for
menuItem - The menu item that the context menu is currently on
ctxMenu - The context menu itself