Reference 〉 Function

checkGrid.addCheck(varstr, textstr, defaultValuebool, descstr)

Adds a textCheck element to the frame.

Parameters

  • var str, required

    A unique slug-type name for the attached textCheck.

  • text str, required

    The title of the textCheck to be displayed in the GUI.

  • defaultValue bool, required

    Whether or not the textCheck should be selected by default.

  • desc str, required

    A long description to display as a tooltip.

Return Value textCheck

The newly created textCheck widget.

Notes and Examples

  1. Contribute a Note

    Your email address will not be published. Required fields are marked *

    You may use limited HTML for formatting. Please embed blocks of code in <pre><code> </code></pre> tags.

History