我在 C++ 中使用 C 风格的 GTK 函数,但我不知道如何为主窗口设置光标。
最佳答案
使用 gdk_set_cursor()
( https://developer.gnome.org/gdk3/stable/gdk3-Windows.html#gdk-window-set-cursor )
在 gdk_cursor_new()
创建的 GdkCursor 上
( https://developer.gnome.org/gdk3/stable/gdk3-Cursors.html )
关于c - 如何在 GTK for C 中将光标更改为 watch ?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/10261466/