Window to enter new value for selected var.
More...
|
def | __init__ (self, Title, InitialVal, ValMax, ValMin, NbDeci) |
|
Window to enter new value for selected var.
- Usage
MyValue = NumberWindow(Title, Initial Value, Maximum, Minimum, Number of Decimal).Value
- Parameters
-
Title | (string) : title of window |
InitialVal | (int/float) default value at start and returned if "cancel" is pressed |
ValMax | (int/float) : maximum allowed number, the number of digit is use, after remove of decimals |
ValMin | (int/float) : mini allowed number, can be negative |
NbDeci | (int) : number of numeral below zero (decimals) |
- Date
- 04 november 2021 : Creation
- Version
- 7.1
- Author
- Jonathan Zéhnné : jihze.nosp@m.d@gm.nosp@m.ail.c.nosp@m.om
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
Title, |
|
|
|
InitialVal, |
|
|
|
ValMax, |
|
|
|
ValMin, |
|
|
|
NbDeci |
|
) |
| |
◆ Value [1/2]
◆ Value [2/2]
The documentation for this class was generated from the following file: