开发者

Are there any examples of a Python PyGTK Pango editor toolbar?

开发者 https://www.devze.com 2022-12-09 22:13 出处:网络
I am looking for an example application written in Python and PyGTK. There should be an editor out there somewhere that already does this.

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: - Font - Bold/italic/underline - et开发者_StackOverflow社区c

I am hoping to avoid reinventing the wheel on this one! thanks


I couldn't find any pygtk programs that do what you want, but here is a good tutorial to using pango: http://zetcode.com/tutorials/pygtktutorial/pango/


I found some related examples: KeepNote, which has a custom rich edit, and Rednotebook which implements KeepNote's richedit.

0

精彩评论

暂无评论...
验证码 换一张
取 消