Which GUI library does Google Chrome use?

后端 未结 5 1080
庸人自扰
庸人自扰 2020-12-07 13:41

What GUI library does Google Chrome use?

5条回答
  •  情歌与酒
    2020-12-07 14:06

    WTL on Windows, as Shay said. All UI in the Mac and Linux versions is being written from scratch in Cocoa and GTK+ respectively. Only the logic (and WebKit, which renders the web pages) is fully cross-platform.

提交回复
热议问题