previous up next     contents index
Next: wxKeymap::RemoveGrabKeyFunction Up: wxKeymap: wxObject Previous: wxKeymap::MapFunction

wxKeymap::RemoveChainedKeymap

void RemoveChainedKeymap (wxKeymap *keymap)

  If keymap was previously chained from this keymap (through ChainToKeymap, then it is removed from the chain-to list. if it is removed from the list, the AdjustUsage method of keymap will be called; if keymap's IsUsed method then returns FALSE, keymap will be deleted.



PLT