Chromium 嵌入式框架的文档在哪里?
我下载并开始使用 CEF,但似乎没有任何相关文档。甚至连一个可用的维基都没有……我错过了什么吗?
I downloaded and started playing with CEF, but there doesn't seem to be any docs for it. Not even a working wiki… Am I missing something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
大多数文档位于 CEF 的头文件中。二进制发行版附带了从这些文件生成的文档。它在编写的内容量方面有很好的记录,但我在学习使用它时遇到了很多麻烦。该项目的 Wiki 页面 包含许多有用的内容,cefclient示例程序。
Most of the documentation is in CEF's header files. The binary distribution comes with docs generated from those files. It's well documented in terms of amount of content written, but I had a lot of trouble while learning to use it. The project's Wiki page contains a lot of useful content as does the cefclient sample program.
CEF3 API 文档可以在 http://magpcss.org/ceforum/apidocs3/ 找到
和 CEF1 API 文档可以在 http://magpcss.org/ceforum/apidocs/ 找到。这两个链接可以在 Chromium 嵌入式框架 (CEF) wiki 主页上找到: https://bitbucket .org/chromiumembedded/cef/wiki/Home
The CEF3 API documentation can be found at http://magpcss.org/ceforum/apidocs3/
and CEF1 API docuemntation can be found at http://magpcss.org/ceforum/apidocs/. These two links can be found on the Chromium Embedded framework (CEF) wiki home page: https://bitbucket.org/chromiumembedded/cef/wiki/Home
您没有提供 CEF 的链接,因此我在 Google 上进行了搜索,找到了项目的网站,其中有一个指向其 wiki 的显着链接。
该 wiki 有多个页面,但第一个吸引我的是一般用法 页面展示了如何创建“使用 CEF 的功能齐全的嵌入式浏览器窗口”。
所以我不确定你在看哪里,但是,是的,看起来你错过了一些东西(笑)。维基文档就在那里。
You didn't provide a link to CEF, so I Googled it, and found the project's Web site, which features a prominent link to their wiki.
The wiki has several pages, but the first one that jumped out at me is the General Usage page that shows how to create a "fully functional embedded browser window using CEF".
So I'm not sure where you were looking, but yes, it looks like you were missing something (grin). The wiki documentation is right there.