关于C语言实际编程中的一个问题?

[复制链接]
查看11 | 回复1 | 2009-3-31 14:34:21 | 显示全部楼层 |阅读模式
下面的结构体:
struct _GtkButton
{
GtkBin bin;
GdkWindow *GSEAL (event_window);
gchar *GSEAL (label_text);
guint GSEAL (activate_timeout);
guint GSEAL (constructed) : 1;
guint GSEAL (in_button) : 1;
guint GSEAL (button_down) : 1;
guint GSEAL (relief) : 2;
guint GSEAL (use_underline) : 1;
guint GSEAL (use_stock) : 1;
guint GSEAL (depressed) : 1;
guint GSEAL (depress_on_activate) : 1;
guint GSEAL (focus_on_click) : 1;
};
里面的SEAL()这个宏是干什么的?有什么作用?
废话就不要留言了 谢谢

回复

使用道具 举报

千问 | 2009-3-31 14:34:21 | 显示全部楼层
还没有学到那里...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行