Class p.u.r.s.SensitiveClient:

Part of pida.utils.rat.sensitive View In Hierarchy

The L{SensitiveClient} can affect the widget's target state by changing the method L{SensitiveClient.set_sensitive}.

When no references exist to this client it's unregistred from its controller.

Line # Kind Name Docs
23 Method __init__ Undocumented
27 Method set_sensitive Set this client's sensitive state.
41 Method __del__ Undocumented
def __init__(self, counter):
Undocumented
def set_sensitive(self, sensitive):
Set this client's sensitive state.
def __del__(self):
Undocumented
API Documentation for PIDA, generated by pydoctor.