Re: Capture GdkWindow event

2007-05-24 Thread Marcelo Armengot
It seems you are looking for the parent of a window. When you created that window you knew its parent. Save the parent and call for his destruction. Another way is to revise this way of addressing, but i cant help you... G_OBJECT(gdk_window_get_toplevel(NS_REINTERPRET_CAST(GdkWindow*, aNativeWi

Re: Capture GdkWindow event

2007-05-24 Thread Marcelo Armengot
0x8444920 is the address of the instance G_OBJECT(gdk_window_get_toplevel(NS_REINTERPRET_CAST(GdkWindow*, aNativeWindow))) He is telling you that is a wrong reference and he cant redirect it. I think you are addressing wrongly your window, try to look for the window without toplevel() primitive _

Re: Capture GdkWindow event

2007-05-24 Thread Marcelo Armengot
小多 escribió: > Hi, > > I want to capture a GdkWindow's destory event. And I have tried > 'g_signal_connect' function, but failed. > Can someone refer me to an example? > > thanks, > > What's the matther following this example? Is the doc exampl, i used it last time... g_signal_connect(G_OBJECT

window icon (again)

2007-03-06 Thread Marcelo Armengot
Hi Some days ago, sombody told me (thank you) here gtk_set_icon_window for change ICON in the window. Well, i maked some icons with Gimp and my windows show them. But, I dont want process look for the icon file in running time, I want to build the program whith his icon. I've seen another way

Re: Compile GtK and develop in Windows environment...

2007-03-01 Thread Marcelo Armengot
Ganesh Kumar escribió: > Hi every body,, > > I am a linux user .. past 2 years i am working in Linux.. I have used > Gtk for GUI develop .. > > I want to develop some GUI in Windows too.. I know that there are VB > and > VC++ available.. but i want to do with GTK only.. > >

win32 fonts

2007-02-28 Thread Marcelo Armengot
Hello I patched my last problem making TWO programs. A little one is successfully calling the other one. Well, I have anoter question: I need release my application but if it's possible, i want to users dont need to install GTK libraries. My program works if I uninstall Gtk and copy the dll i

Top Level problem

2007-02-27 Thread Marcelo Armengot
Days ago I start a thread with my problem. Problem is the same but I understand now (while debugging) more exactly the question. My gtk-program hungs up just in the gtk_main() called. And only hungs in Win32. I'm making a TopLevel window, but i launch this program from another process. The TO

Re: problem with a c-gtk dialog window called from another aplication

2007-02-23 Thread Marcelo Armengot
Tor Lillqvist escribió: > Marcelo Armengot writes: > > I have maked a little window dialog with C-gtk. > > What is C-gtk? > > > while no problems founded under GNU/Linux, under Win32 the software > > stop. I dont understand it. Anybody have any idea? > &

problem with a c-gtk dialog window called from another aplication

2007-02-23 Thread Marcelo Armengot
I have maked a little window dialog with C-gtk. I launch it from another software (dotty), but while no problems founded under GNU/Linux, under Win32 the software stop. I dont understand it. Anybody have any idea? ___ gtk-app-devel-list mailing list

Re: help cross compiling again

2007-01-12 Thread Marcelo Armengot Iborra
You are right again. Im sorry, i think if people is not following all, they will not understand the last mails, but sorry, Im wrong, and you are right. Please excuse me and thank you again. I was thinking that -Ic was the flag, ":" a single separator and /... the path, this is the problem sure...