Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做文本编辑器。我想使用显示文本编辑器行号的函数。我得到了获取行号的函数,但我想在窗口上显示 no 并且不应该允许用户更改那个 no。我认为我应该在文本编辑器上做单独的面板来显示行号>
您可能想要使用 GtkSourceView 而不是 TextView(例如 gedit 使用的小部件),有一些特定的方法可以使用,例如:
gtk_source_view_set_show_line_numbers
https://developer.gnome.org/gtksourceview/stable/GtkSourceView.html#gtk-source-view-set-show-line-numbers