gtkydy 发表于 2012-3-3 15:42:58

G_CALLBACK()与  GTK_SIGNAL_FUNC() 的区别

G_CALLBACK()与GTK_SIGNAL_FUNC() 的区别
这两个 什么 时候 使用
能 举个 例子 详细 说明 以下
谢谢 纠结 了很长时间了一直不理解

954423389 发表于 2012-3-4 20:54:44

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 搜一下就有了 ,你秦师兄留......

gtkydy 发表于 2012-3-6 10:38:19

好的
页: [1]
查看完整版本: G_CALLBACK()与  GTK_SIGNAL_FUNC() 的区别