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.
如何配置 gtk+ 树视图,以便只有顶级节点可见,并且禁用它们的扩展?使用此配置将无法查看任何子节点。
我会使用模型过滤器(gtk 2 , 3 ) 作为数据模型的前端,并简单地过滤所有级别 > 1 的节点,除非数据模型很大。