|
|
| ActionContexts = _static_generator_property(GetNumActionContexts,GetActionContext) |
| |
|
| ActionTables = _static_generator_property(GetNumActionTables,GetActionTable) |
| |
|
| FindContext = staticmethod(FindContext) |
| |
|
| GetActionContext = staticmethod(GetActionContext) |
| |
|
| GetActionTable = staticmethod(GetActionTable) |
| |
|
| GetFPStaticInterface = staticmethod(GetFPStaticInterface) |
| |
|
| GetKeyboardFile = staticmethod(GetKeyboardFile) |
| |
|
| GetNumActionContexts = staticmethod(GetNumActionContexts) |
| |
|
| GetNumActionTables = staticmethod(GetNumActionTables) |
| |
|
| IdToIndex = staticmethod(IdToIndex) |
| |
|
| IsContextActive = staticmethod(IsContextActive) |
| |
|
| LoadKeyboardFile = staticmethod(LoadKeyboardFile) |
| |
|
| RegisterActionContext = staticmethod(RegisterActionContext) |
| |
|
| SaveKeyboardFile = staticmethod(SaveKeyboardFile) |
| |
|
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
| |
Manages ActionTables, ActionCallbacks and ActionContexts. Handles the keyboard accelerator tables for each ActionTable as well.