[java-gnome-hackers] method missing
Brought to you by:
afcowie
From: Sergio R. <ser...@hi...> - 2002-08-22 17:49:16
|
Hi guys! Recently I have started to code a GdkWindow example. The GdkWindow needs a top level window to build itself, so if I use a null value, a GdkCritical is thrown and the example fails to start. The problem is the Window class doesn't have the native gdk_get_default_root_window wrapped. I don't know how to build a Window, any suggestions? am I saying something stupid? I've also added a constructor to glib's List to build one List with a handle. Thankyou guys. |