eegprep.ControlSpec#

class eegprep.ControlSpec(style, string='', tag=None, value=None, callback=None, tooltip=None, enabled=True, font_weight=None)#

Bases: object

Single EEGLAB-like GUI control.

Parameters:
__init__(style, string='', tag=None, value=None, callback=None, tooltip=None, enabled=True, font_weight=None)#
Parameters:
Return type:

None

Methods

__init__(style[, string, tag, value, ...])

Attributes

style: str#
string: str = ''#
tag: str | None = None#
value: Any = None#
callback: CallbackSpec | None = None#
tooltip: str | None = None#
enabled: bool = True#
font_weight: str | None = None#