Skip to content

Instantly share code, notes, and snippets.

@zvineyard
Created June 11, 2012 05:06
Show Gist options
  • Save zvineyard/2908594 to your computer and use it in GitHub Desktop.
Save zvineyard/2908594 to your computer and use it in GitHub Desktop.
Python: Get Value of gtk.TextView
self.details = self.builder.get_object('details').get_buffer()
self.output = self.details.get_text(self.details.get_start_iter(),self.details.get_end_iter())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment