Re: how to get a Handle in gtkmm



I have googled and i have find some examples:

GDK_WINDOW_HWND
http://mail.gnome.org/archives/gtk-app-devel-list/2005-August/msg00173.html

or

HWND hWnd = gdk_win32_drawable_get_handle(gdk_window);
http://www.mail-archive.com/gtkmm-list gnome org/msg05159.html


but any of both examples works.. in both cases i have the same error:
identifier not found

why this command doesn't work?? do i need eany especial include??


thanks,

On Tue, 27 Nov 2007 12:37:20 +0100, Iker Perez de Albeniz <ialbeniz cbt es>
wrote:
> 
> Hi,
> 
> is there any way to get the handle of a widget in win32...
> 
> for example in wxWidgets you can have a  wxBox and you can get de Handle
> using wxBox.getHandle();..
> 
> is there any similar thing in gtk/gtkmm???
> 
> i want to get the handle of a Gtk::DrawingArea... any idea??
> 
> thanks,
> 
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]