RE: [gtkmm] gdk_x11_drawable_get_xid ???



> In gtk2+ I used function gdk_x11_drawable_get_xid(GdkDrawable 
> * drawable)
> 
> I couldn't find approriate method in gtkmm . Is there any ? 

Maybe we wanted to avoid the complication of conditional compilation for
different platforms.

But you can use
gdk_x11_drawable_get_xid( refDrawable->gobj() )

Murray Cumming
murrayc usa net
www.murrayc.com 



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