What is Linux’s native GUI API?

前端 未结 12 1381
遇见更好的自我
遇见更好的自我 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 04:06

    To paraphrase the original question:
    Q. What is the Linux equivalent of the Microsoft and Apple application programming interfaces?
    A. The "Linux Kernel API." https://www.kernel.org/doc/htmldocs/kernel-api

提交回复
热议问题