Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人有 Gnome GDK 示例代码或教程吗?
我知道这很烦人,考虑到这么多人问这个问题,但我已经尝试并尝试找到一个 Gnome GDK 教程,大约一个小时左右,我仍然没有运气,我只使用 C 编程语言,谢谢。
可能你已经偶然发现了 GDK 参考手册,但没有向下滚动到足够远的地方来意识到其中实际上有很多示例:
https://developer.gnome.org/gdk/2.22/
例如,单击windows然后向下滚动到示例 7。
windows
113行教程就在那里,希望对您有所帮助。