Glade 中的 Private Ubuntu 扩展是什么?

Glade 中的 Private Ubuntu 扩展是什么?

在 Glade 的 TreeView 设置对话框中,“私人 Ubuntu 扩展”选项是什么,如果启用它,我的应用程序会得到/失去什么?

Ubuntu 桌面 18.04.2 Glade 3.22.1(虽然这个选项在很多早期版本中都有)

答案1

我也问了自己同样的问题。

在文档中我们可以找到:

The “ubuntu-almost-fixed-height-mode” property

  “ubuntu-almost-fixed-height-mode” gboolean
Private Ubuntu extension.

Owner: GtkTreeView

Flags: Write

Default value: FALSE

在谷歌上搜索ubuntu-almost-fixed-height-mode,似乎这是一个与Ubuntu 软件中心

例如这里:https://github.com/mortenpi/ubuntu-software-center/blob/897c3933f5a27b6755cde72bb06329a4bc8b97b8/softwarecenter/ui/gtk3/widgets/apptreeview.py#L61

您可以在这里阅读:https://answers.launchpad.net/ubuntu/+source/software-center/1.1.18

softwarecenter/view/appview.py:- 使用“ubuntu-almost-fixed-height-mode”可显著加快树视图绘制速度

相关内容