phoenix_title wx.grid.GridActivationSource.Origin

The Origin enumeration provides the following values:

Description

Value

Program

Activated due to an explicit wx.grid.Grid.EnableCellEditControl call.

Key

Activated due to the user pressing a key, see GetKeyEvent .

Mouse

Activated due to the user clicking on a cell, see GetMouseEvent .