python Programming Glossary: self.text
Python : Converting CLI to GUI http://stackoverflow.com/questions/12351786/python-converting-cli-to-gui in_ toolbar side left b2.pack in_ toolbar side left self.text tk.Text self wrap word self.text.pack side top fill both expand.. in_ toolbar side left self.text tk.Text self wrap word self.text.pack side top fill both expand True self.text.tag_configure.. wrap word self.text.pack side top fill both expand True self.text.tag_configure stderr foreground #b22222 sys.stdout TextRedirector..
binding to cursor movement doesnt change INSERT mark http://stackoverflow.com/questions/13835207/binding-to-cursor-movement-doesnt-change-insert-mark def __init__ self parent tk.Frame.__init__ self parent self.text CustomText self wrap word self.text.pack side top fill both.. self parent self.text CustomText self wrap word self.text.pack side top fill both expand True self.label tk.Label self.. x # this is where we tell the custom widget what to call self.text.set_callback self.callback def callback self result args '''Updates..
Render anti-aliased text on transparent surface in pygame http://stackoverflow.com/questions/15488293/render-anti-aliased-text-on-transparent-surface-in-pygame self.screen pygame.display.get_surface self.dirty True self.text_lines self._text_paragraph Empty nText self._render def _render.. def _render self # render list self.dirty False self.text_lines TextLine self.font self.font_size line for line in self._text_paragraph.. for line in self._text_paragraph # offset whole paragraph self.text_lines 0 .rect.top self.offset.top # offset the height of each..
How to delete a row from a listbox in TKinter and SQLite3 http://stackoverflow.com/questions/19738499/how-to-delete-a-row-from-a-listbox-in-tkinter-and-sqlite3 master frame Frame master width 80 height 50 frame.pack self.text Label frame text self.text.pack self.text.grid row 0 sticky.. width 80 height 50 frame.pack self.text Label frame text self.text.pack self.text.grid row 0 sticky W self.text text Address Book.. 50 frame.pack self.text Label frame text self.text.pack self.text.grid row 0 sticky W self.text text Address Book self.lab Label..
How to develop an Avahi client/server http://stackoverflow.com/questions/3430245/how-to-develop-an-avahi-client-server stype self.domain domain self.host host self.port port self.text text def publish self bus dbus.SystemBus server dbus.Interface.. self.stype self.domain self.host dbus.UInt16 self.port self.text g.Commit self.group g def unpublish self self.group.Reset def..
Advanced Tkinter text box? http://stackoverflow.com/questions/3732605/advanced-tkinter-text-box way... text_frame tk.Frame borderwidth 1 relief sunken self.text tk.Text wrap word background white borderwidth 0 highlightthickness.. tk.Scrollbar orient vertical borderwidth 1 command self.text.yview self.text.configure yscrollcommand self.vsb.set self.vsb.pack.. orient vertical borderwidth 1 command self.text.yview self.text.configure yscrollcommand self.vsb.set self.vsb.pack in_ text_frame..
Variable Size List of Checkboxes in Standard Tkinter Package? http://stackoverflow.com/questions/5860675/variable-size-list-of-checkboxes-in-standard-tkinter-package self.root root self.vsb tk.Scrollbar self orient vertical self.text tk.Text self width 40 height 20 yscrollcommand self.vsb.set.. 20 yscrollcommand self.vsb.set self.vsb.config command self.text.yview self.vsb.pack side right fill y self.text.pack side left.. command self.text.yview self.vsb.pack side right fill y self.text.pack side left fill both expand True for i in range 1000 cb..
Multiple simultaneous network connections - Telnet server, Python http://stackoverflow.com/questions/776120/multiple-simultaneous-network-connections-telnet-server-python is None text Hello how are you my friend Feeling fine Good self.text text reactor.listenTCP 50000 SendContentFactory reactor.run..
|