itom.widgetHelp

itom.widgetHelp([widgetName, dictionary = 0, furtherInfos = 0]) → generates an online help for the given widget(s).

Generates an online help for the given widget or returns a list of available widgets.

Parameters :

widgetName : {str}, optional

is the fullname or a part of any widget-name which should be displayed. If widgetName is none or no widget matches widgetName casesensitiv a list with all suitable widgets is given.

dictionary : {dict}, optional

if dictionary == 1, function returns an Py_Dictionary with parameters Default value is 0.

furtherInfos : {int}, optional

defines if a complete parameter-list of name-related widgets to the given widgetName should be displayed (1)

Returns :

Returns none or a PyDictionary depending on the value of dictionary. :

This Page