SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_auto_size Property

Use the default widget size.

Syntax

def get_sig_auto_size() -> bool: ...
def set_sig_auto_size(value: bool) -> None: ...

sig_auto_size = property(get_sig_auto_size, set_sig_auto_size)

Default Value

TRUE

Remarks

Use the default widget size.

Switch this property off and use sig_height and sig_width properties to use a different size.

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