Class k.u.o._ContextMenu(gtk.Menu):

Part of kiwi.ui.objectlist

ContextMenu is a wrapper for the menu that's displayed when right clicking on a column header. It monitors the treeview and rebuilds when columns are added, removed or moved.

Function__init__Undocumented
FunctioncleanUndocumented
FunctionpopupUndocumented
Function_createUndocumented
Function_on_treeview__columns_changedUndocumented
Function_on_menuitem__activateUndocumented
def __init__(self, treeview):
Undocumented
def clean(self):
Undocumented
def popup(self, event):
Undocumented
def _create(self):
Undocumented
def _on_treeview__columns_changed(self, treeview):
Undocumented
def _on_menuitem__activate(self, menuitem, column):
Undocumented