Which GUI library does Google Chrome use?

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

What GUI library does Google Chrome use?

5条回答
  •  不思量自难忘°
    2020-12-07 14:01

    You probably want their document entitled "Conventions and patterns for multi-platform development." Your answer is

    Mac -> Cocoa,
    Linux -> GTK,
    Windows -> Their own custom "Windows Views"
    

    You'll also see have an experimental "GTK Views", so it sounds like they're aiming for their own abstraction?

提交回复
热议问题