natarajan writes: > Is there a way to get the Win32 Window Handle (HANDLE HWND) of GTK > window/widget in the windows port of GTK?
Yes. #include <gdk/gdkwin32.h> GtkWidget *widget; HWND hwnd = gdk_win32_drawable_get_handle (widget->window); --tml _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list