sublime text 2为UI界面使用了什么库?标签看起来很棒,ui看起来也很整洁。这是一个python UI库,还是创建者自己制作的小部件。
发布于 2012-02-09 05:15:59
Sublime Text 2主要是用C++编写的,并使用一个自定义的UI工具包(根据http://news.ycombinator.com/item?id=2822114)。
https://stackoverflow.com/questions/7864581
相似问题