Skip to content

Commit a57cb67

Browse files
committed
tkinter transparent
1 parent aa98621 commit a57cb67

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tkinter/transparent/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Transparent
33

4-
Tkinter can make transparent windows with all widgets.
4+
`Tkinter` can make transparent window with all widgets.
55

66
![#1](images/transparent.png?raw=true)
77

@@ -11,5 +11,6 @@ And it can't make transparent one widget and keep solid window (and other widget
1111

1212
---
1313

14-
BTW: if you need text (without backgroun) on top of image then you can't put Label with text on Label with image.
15-
But you can use Canvas to put image and text without backgroud (or PNG image without background).
14+
BTW: if you need text (without background) on top of image then you can't put Label with text on Label with image.
15+
16+
But you can use Canvas with image and with text without backgroud (or with PNG image without background).

0 commit comments

Comments
 (0)