Re: [wxVTK] wxWidget question
Brought to you by:
malat
From: Mathieu M. <mat...@gm...> - 2008-08-20 18:21:11
|
Hi vasilis, Yes I got it to work. But as I said in my post, this is a ugly hack. Look at the internal function: GetHandleHack in the wxVTK project: http://wxvtk.sourceforge.net/ There is a mailing list. You should post your question there. HTH 2008/8/20 basOS G <no...@gm...>: > Hello, i realize it's been a long time but a just read a conversation you > had 3 years ago about the internal handle of a GTL window. > (http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/50669/focus=50693). > Apparenty no functionality is implemented in wxWidgets. SO i ask, if you > have a working code to go from a wxWidget Handle to the XID bellow it. > Just tried > GdkWindow* win = GTK_PIZZA(wxwindow->m_wxwindow)->bin_window; > wxLogDebug(_T("wxVLCBackend::InitGTK Gtkwid=%x, GDKwin=%x, XID=%x"), > output->m_wxwindow, win, GDK_WINDOW_XID(win) ); > > and got [Debug] 08:04:57 μμ: wxVLCBackend::InitGTK Gtkwid=80d1d70, GDKwin=0, > XID=0 > > regards > vasilis > -- Mathieu |