G_CALLBACK()与 GTK_SIGNAL_FUNC() 的区别
G_CALLBACK()与GTK_SIGNAL_FUNC() 的区别这两个 什么 时候 使用
能 举个 例子 详细 说明 以下
谢谢 纠结 了很长时间了一直不理解 GTK_SIGNAL_FUNC()
#define GTK_SIGNAL_FUNC(f) G_CALLBACK(f)
Warning
GTK_SIGNAL_FUNC is deprecated and should not be used in newly-written code.
Just a macroized cast into a GtkSignalFunc.
devhelp 搜一下就有了 ,你秦师兄留...... 好的
页:
[1]