inukai Member 30 Jul 18, 2006 #1 How do you add text to windows? I know how to make windows, but not how to add text to them
Daniel Member 186 Jul 18, 2006 #2 In a window class, add this line: Code: self.contents.draw_text(x, y, width, height, text) Make sure self.contents is defined. Upvote 0 Downvote
In a window class, add this line: Code: self.contents.draw_text(x, y, width, height, text) Make sure self.contents is defined.