gpt4 book ai didi

c - GTK+ : what does the gtk_ui_manager_add_ui_from_resource function do?

转载 作者:太空宇宙 更新时间:2023-11-04 11:30:02 25 4
gpt4 key购买 nike

我看到函数 gtk_ui_manager_add_ui_from_resource 在几个地方使用,但在 GTK+ 3 Reference Manual 中找不到它的任何文档.这个函数有什么作用?

我猜应该和gtk_ui_manager_add_ui_from_file差不多吧, 但“资源”指的是什么?

最佳答案

好吧,谷歌搜索我找到了this ,它仍然是 gnome 网页。

它说

This is a helper function to easily add ui from resource files.

的确,它们非常相似:

guint gtk_ui_manager_add_ui_from_file    (GtkUIManager *manager, 
const gchar *filename,
GError **error);

guint gtk_ui_manager_add_ui_from_resource(GtkUIManager *manager,
const gchar *resource_path,
GError **error);

资源描述为:

resource_path: the resource path of the file to parse

所以他们只是在获取文件的方式上有所不同。

希望对你有帮助

关于c - GTK+ : what does the gtk_ui_manager_add_ui_from_resource function do?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11904437/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com