neelthee-mansion 3.23.1__py3-none-any.whl → 3.23.3__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- neelthee_mansion/utils.py +1 -1
- {neelthee_mansion-3.23.1.dist-info → neelthee_mansion-3.23.3.dist-info}/METADATA +1 -1
- {neelthee_mansion-3.23.1.dist-info → neelthee_mansion-3.23.3.dist-info}/RECORD +7 -7
- {neelthee_mansion-3.23.1.dist-info → neelthee_mansion-3.23.3.dist-info}/LICENSE.md +0 -0
- {neelthee_mansion-3.23.1.dist-info → neelthee_mansion-3.23.3.dist-info}/WHEEL +0 -0
- {neelthee_mansion-3.23.1.dist-info → neelthee_mansion-3.23.3.dist-info}/entry_points.txt +0 -0
- {neelthee_mansion-3.23.1.dist-info → neelthee_mansion-3.23.3.dist-info}/top_level.txt +0 -0
neelthee_mansion/utils.py
CHANGED
@@ -51,7 +51,7 @@ These utilities aim to simplify development processes, promote code reuse, and i
|
|
51
51
|
def add_text_to_textbox(text_area: scrolledtext.ScrolledText, text, newline=True):
|
52
52
|
# Enable the text box to insert text
|
53
53
|
text_area.config(state=tk.NORMAL)
|
54
|
-
text_area.insert(tk.END, text +
|
54
|
+
text_area.insert(tk.END, text + r"\n"if newline else "")
|
55
55
|
text_area.see(tk.END)
|
56
56
|
text_area.update_idletasks()
|
57
57
|
# Set the text box back to read-only
|
@@ -7,10 +7,10 @@ neelthee_mansion/__main__.py,sha256=OIAWZ04le70DyjtR4hlmK9csHej7EHxeUrMoNnM-Vjc,
|
|
7
7
|
neelthee_mansion/all_game_utils.py,sha256=AasunTkFmgAqt9ZIoYmymi4R7leBe4ubW-C1ts0Qclo,351
|
8
8
|
neelthee_mansion/creatures.py,sha256=vUR8PmdiftCFBCGJbHkCT4AMUPvqwouDGQ4ye2fiPCw,20910
|
9
9
|
neelthee_mansion/items.py,sha256=tSWWRzTIJja6I_BOz4hNz58MxVLRw9SKsdnavHWQPZs,6639
|
10
|
-
neelthee_mansion/utils.py,sha256=
|
11
|
-
neelthee_mansion-3.23.
|
12
|
-
neelthee_mansion-3.23.
|
13
|
-
neelthee_mansion-3.23.
|
14
|
-
neelthee_mansion-3.23.
|
15
|
-
neelthee_mansion-3.23.
|
16
|
-
neelthee_mansion-3.23.
|
10
|
+
neelthee_mansion/utils.py,sha256=nVWzqARScBkbUEyt2yZRsxxFVGquP6gs2O2wQSbreKc,14225
|
11
|
+
neelthee_mansion-3.23.3.dist-info/LICENSE.md,sha256=CV8XGZaCyyAMdbkYFQUjb8AjBq9vkoyqdZCq1_hetms,1105
|
12
|
+
neelthee_mansion-3.23.3.dist-info/METADATA,sha256=GS1AAopaZRhvKWPTf5Jmrfq141SMlxBoXCoTTAqg8E4,1756
|
13
|
+
neelthee_mansion-3.23.3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
14
|
+
neelthee_mansion-3.23.3.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
|
15
|
+
neelthee_mansion-3.23.3.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
|
16
|
+
neelthee_mansion-3.23.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|