1.11.1024 #24
@ -1097,7 +1097,7 @@ class MyToolTip(tk.Toplevel):
|
|||||||
if not tips:
|
if not tips:
|
||||||
AUTO_CLEAR_TIME = 0
|
AUTO_CLEAR_TIME = 0
|
||||||
else:
|
else:
|
||||||
AUTO_CLEAR_TIME = 900 # Millisecond. (1/90 sec.)
|
AUTO_CLEAR_TIME = 2000 # Millisecond. (1/200 sec.)
|
||||||
|
|
||||||
def __init__(self, x_pos, y_pos, message=None, auto_clear=True):
|
def __init__(self, x_pos, y_pos, message=None, auto_clear=True):
|
||||||
self.x_pos = x_pos
|
self.x_pos = x_pos
|
||||||
|
Loading…
Reference in New Issue
Block a user