What is Linux’s native GUI API?

前端 未结 12 1378
遇见更好的自我
遇见更好的自我 2020-12-02 03:05

Both Windows (Win32 API) and OS X (Cocoa) have their own APIs to handle windows, events and other OS stuff. I have never really got a clear answer as to what Linux’s equival

12条回答
  •  抹茶落季
    2020-12-02 03:56

    Linux is a kernel, not a full operating system. There are different windowing systems and gui's that run on top of Linux to provide windowing. Typically X11 is the windowing system used by Linux distros.

提交回复
热议问题