zheng2002
驱动中牛
驱动中牛
  • 注册日期2002-04-17
  • 最后登录2004-12-13
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1087回复:3

急急急!!! GTK+小问题求教

楼主#
更多 发布于:2003-03-29 12:00
请问:GTK+编写界面时,在用到button时,有没有像VC中得buttonup,buttondown事件?
谢谢!!
请高手回复
qq:14459938 email:zheng2002@21cn.com RH9 kernel 2.4.20
zheng2002
驱动中牛
驱动中牛
  • 注册日期2002-04-17
  • 最后登录2004-12-13
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2003-03-29 15:19
找到了:
28.14 GtkButton

void GtkButton::pressed (GtkButton *,
                         gpointer);
void GtkButton::released        (GtkButton *,
                                 gpointer);
void GtkButton::clicked (GtkButton *,
                         gpointer);
void GtkButton::enter   (GtkButton *,
                         gpointer);
void GtkButton::leave   (GtkButton *,
                         gpointer);


但是看onlinehelp太累了,有没有开发书籍阿,请高手推荐!!!
谢谢!!!
qq:14459938 email:zheng2002@21cn.com RH9 kernel 2.4.20
hometown
驱动大牛
驱动大牛
  • 注册日期2002-10-24
  • 最后登录2004-05-21
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
板凳#
发布于:2003-04-05 09:41
找到了:
28.14 GtkButton

void GtkButton::pressed (GtkButton *,
                         gpointer);
void GtkButton::released        (GtkButton *,
                                 gpointer);
void GtkButton::clicked (GtkButton *,
                         gpointer);
void GtkButton::enter   (GtkButton *,
                         gpointer);
void GtkButton::leave   (GtkButton *,
                         gpointer);


但是看onlinehelp太累了,有没有开发书籍阿,请高手推荐!!!
谢谢!!!


书是有, 不过都比较简单, 关键是要明白GUI界面的运行机制。不管是WINDOWS, XWINDOW, 还有基于XWINDOW上的LESSTIF(MOTIF), KDE, GNOME(GTK+)的机制都是一样的。

GTK+的开发可看www.gnome.org/developer
GLADE的使用可参看Professional Linux Programming这本书
How fair and how pleasant art thou, O love, for delights!This thy stature is like to a palm tree, and thy breasts to clusters of grapes.I said, I will go up to the palm tree, I will take hold of the boughs thereof: now also thy breasts shall be as clusters of the vine, and the smell of thy nose like apples;And the roof of thy mouth like the best wine for my beloved, that goeth down sweetly, causing the lips of those that are asleep to speak.
zheng2002
驱动中牛
驱动中牛
  • 注册日期2002-04-17
  • 最后登录2004-12-13
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
地板#
发布于:2003-04-06 22:50
谢谢
项目做完了
Glade蛮好用的
qq:14459938 email:zheng2002@21cn.com RH9 kernel 2.4.20
游客

返回顶部