1
vote
2answers
44 views
Are there any examples of a Python PyGTK Pango editor toolbar?
I am looking for an example application written in Python and PyGTK.
There should be an editor out there somewhere that already does this.
Some app with a text editor row of buttons …
0
votes
Are there any examples of a Python PyGTK Pango editor toolbar?
I found some related examples: KeepNote, which has a custom rich edit, and Rednotebook which implements KeepNote's richedit.
…
