如何连接 GtkTreeVew 和 GtkListStore?

发布于 2024-11-05 21:49:22 字数 220 浏览 0 评论 0原文

如何连接 GtkTreeVew 和 GtkListStore?

我的 TreeView 可以很好地显示 ListStore 的数据,但当用户更改 cellrenderer 小部件之一中的值时,不会更新 ListStore。小部件行为正常,但当它们失去焦点时,值将恢复正常。

我是否必须为我创建的每个单元编写信号处理程序,或者是否应该设置一些设置?

我正在使用空地来创建这些模型。

How do you connect a GtkTreeVew and a GtkListStore?

My TreeView shows the ListStore's data fine, but won't update the ListStore when the user changes a value in one of the cellrenderer widgets. The widgets behave normally but when they lose focus the value returns to normal.

Would I have to write signal handlers for every cell I make or is there some setting I should be setting?

I'm using glade to create these models.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤寂小茶 2024-11-12 21:49:22

显然,做到这一点的唯一方法是捕获编辑后的信号并手动处理它。真丢脸。

Apparently the only way to do this is to catch the edited signal and handle it manually. What a shame.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文