Without toplevel():
GLib-GObject-WARNING **: gsignal.c:1669: signal `destroy' is invalid for
instance `0x8444a28'

But
gdk_window_hide(gdk_window_get_toplevel(NS_REINTERPRET_CAST(GdkWindow*,
aNativeWindow)));
can hide the window. It's wried...

On 5/24/07, Marcelo Armengot <[EMAIL PROTECTED]> wrote:
>
> 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
>



-- 
Sorry for my poor English :)

- http://www.aragonconsultinggroup.com
- http://www.aiyo.cn
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to