Timeline for Automatically growing label in Python Tkinter (just for fun)
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 23, 2017 at 12:41 | history | edited | CommunityBot | replaced http://stackoverflow.com/ with https://stackoverflow.com/ | |
| Nov 13, 2014 at 19:21 | comment | added | janos | super().__init__ is the same (more modern) as super(GrowingLabel, self).__init__. I didn't know this until you asked, I updated my post now accordingly. I don't know what is super(GrowingLabel).__init__ | |
| Nov 13, 2014 at 19:17 | history | edited | janos | CC BY-SA 3.0 | added 207 characters in body |
| Nov 13, 2014 at 14:16 | comment | added | qed | What's the difference between super().__init__, super(GrowingLabel).__init__ and super(GrowingLabel, self).__init__? | |
| Nov 13, 2014 at 8:17 | vote | accept | qed | ||
| Nov 13, 2014 at 7:59 | history | answered | janos | CC BY-SA 3.0 |