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
Function
clean
Undocumented
Function
popup
Undocumented
Function
_create
Undocumented
Function
_on_treeview__columns_changed
Undocumented
Function
_on_menuitem__activate
Undocumented
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