hou.ButtonParmTemplate class
Describes a button parameter.
Inheritence: hou.ParmTemplate >
Methods
Methods inherited from hou.ParmTemplate: numComponents, hide, help, name, look, dataType, setName, defaultValue, mayContainExpressions, setJoinWithNext, joinWithNext, setHelp, asCode, type, setTags, setDisableWhen, label, isHidden, namingScheme, tags, disableWhen
__init__(self, name, label, disable_when=None, is_hidden=False, join_with_next=False, help=None, tags={})-
Creates a new ButtonParmTemplate instance.