Glib 2.0 dll

2011-01-17 Thread Manu Kaul
Hi All, I am trying to use the latest glib dev package for windows that I downloaded from http://www.gtk.org/download-windows.html. I was wondering if someone here was using "Visual Studio 6" ? I have been able to successfully build a project in VS 6 and added the static libraries and header files

Facing problem in using gtk-sockets

2011-01-17 Thread Lohitha R
Hi all, I just started using gtk sockets. Facing problem in using it. here i have given two case(case1 and case2). In case one its working fine, but in case two facing problem. Basically in the second case, the button click itself is not possible. I tried both in linux(slackware 12) and window

回复: Re: how to get signal from child widget

2011-01-17 Thread fengzi.gg
thanks a lot, man. it works! 2011-01-17 发件人: David Nečas 发送时间: 2011-01-17 19:18 主 题: Re: how to get signal from child widget 收件人: "fengzi.gg" 抄 送: gtk-list On Mon, Jan 17, 2011 at 02:49:33AM -0800, fengzi.gg wrote: > I've got a question: I have a parent-vbox, and I add some > child

Re: how to get signal from child widget

2011-01-17 Thread David Nečas
On Mon, Jan 17, 2011 at 02:49:33AM -0800, fengzi.gg wrote: > I've got a question: I have a parent-vbox, and I add some > child-widgets such as paned-box, label, entry, text-view in it. Now > when one(it could be anyone) of the child-widgets get focus in, I > wanna get the signal to handle something

how to get signal from child widget

2011-01-17 Thread fengzi.gg
hello there, I've got a question: I have a parent-vbox, and I add some child-widgets such as paned-box, label, entry, text-view in it. Now when one(it could be anyone) of the child-widgets get focus in, I wanna get the signal to handle something. How should I do? Should I connect "focus-in" si