SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_toggle_no_view Property

When True, the signature widget will be displayed only when the user is moving a mouse over it.

Syntax

def get_sig_toggle_no_view() -> bool: ...
def set_sig_toggle_no_view(value: bool) -> None: ...

sig_toggle_no_view = property(get_sig_toggle_no_view, set_sig_toggle_no_view)

Default Value

FALSE

Remarks

When True, the signature widget will be displayed only when the user is moving a mouse over it.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]