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.
在我读过的所有 gtk 示例中,回调始终是静态函数。我想我记得在某处读到过,这是有原因的,但我现在找不到。
GTK 回调函数必须是静态的吗?怎么来的?如果我在不同的控制单元中定义它们会出现什么问题?
不会。如果你的回调函数不是静态的,就不会发生什么坏事。