如何在 python 中的 GtkSourceView 中加载样式?
How can I load a style in GtkSourceView in python?
如何在 GtkSourceView 中加载新样式?
在 Gedit 中我可以看到它列出了在 /usr/share/gtksourceview-3.0/styles
中找到的样式,我怎样才能让我自己的 GtkSourceView 加载这些样式之一?
使用 set_style_scheme()
method. Style schemes can be obtained from the default GtkSource.StyleSchemeManager
object.
如何在 GtkSourceView 中加载新样式?
在 Gedit 中我可以看到它列出了在 /usr/share/gtksourceview-3.0/styles
中找到的样式,我怎样才能让我自己的 GtkSourceView 加载这些样式之一?
使用 set_style_scheme()
method. Style schemes can be obtained from the default GtkSource.StyleSchemeManager
object.