libtextworker 0.1.4
Cross-platform, free and open library for Python projects

◆ configure()

def libtextworker.interface.manager.ColorManager.configure (   self,
object  widget,
str | None   color = None 
)
Style a widget (only fore+back) with pre-defined settings.
This is usable for (almost) all GUI toolkits.

@param widget : Widget to configure
@param color: Color to use (optional)
@see setcolorfunc
@see setfontcfunc

Definition at line 233 of file manager.py.

Here is the call graph for this function: