Class p.u.r.h.SetupLabel(WidgetCostumizer):

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

Usage:

lbl = SetupLabel("<b>foo</b>")(gtk.Label())
lbl.show()

Or:

lbl = SetupLabel("<b>foo</b>")()
lbl.show()

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
127 Method _run Undocumented

Inherited from WidgetCostumizer:

Line # Kind Name Docs
62 Method __init__ Undocumented
68 Method _get_next Undocumented
71 Method update Undocumented
77 Method bind Undocumented
86 Method _call Undocumented
100 Method __call__ This method is only called once
Line # Kind Name Docs
100 Method __call__ This method is only called once
62 Method __init__ Undocumented
86 Method _call Undocumented
68 Method _get_next Undocumented
127 Method _run Undocumented
77 Method bind Undocumented
71 Method update Undocumented
def _run(self, lbl, container):
Undocumented
API Documentation for PIDA, generated by pydoctor.