Class p.u.t.TerminalMenuMatch(TerminalMatch):

Part of pida.ui.terminal View In Hierarchy

A match for terminal text that pops up a menu

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
66 Method __init__ Undocumented
71 Method _popup Undocumented
75 Method _generate_menu Undocumented
83 Method register_action Register an action with the menu for this match

Inherited from TerminalMatch:

Line # Kind Name Docs
58 Method __call__ Undocumented
Line # Kind Name Docs
58 Method __call__ Undocumented
66 Method __init__ Undocumented
75 Method _generate_menu Undocumented
71 Method _popup Undocumented
83 Method register_action Register an action with the menu for this match
def __init__(self, name, match_re, match_groups_re, actions=None):
Undocumented
def _popup(self, event, *args):
Undocumented
def _generate_menu(self, args):
Undocumented
def register_action(self, action):
Register an action with the menu for this match
Parametersaction

A gtk.Action

API Documentation for PIDA, generated by pydoctor.