I checked git that api was removed last august. Perhaps you may try another older gtk binary or a bundled version with glade designer if any.
Refs: 2.90.5-371-gef2d37c Author: Benjamin Otte <[email protected]> AuthorDate: Thu Jul 22 03:25:11 2010 +0200 Commit: Benjamin Otte <[email protected]> CommitDate: Tue Aug 10 21:02:29 2010 +0200 API: remove begin/end_direct_draw functions They're not needed without GdkGCs. FIXME: This breaks the win32 XP theme. Someone gotta fix it. --- gdk/gdk.symbols | 2 - gdk/gdkinternals.h | 7 --- gdk/gdkwindow.c | 124 ------------------------------------------- gdk/win32/gdkwin32.h | 7 --- gdk/win32/gdkwindow-win32.c | 23 -------- 5 files changed, 0 insertions(+), 163 deletions(-) diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols index e123ab0..def0a44 100644 --- a/gdk/gdk.symbols +++ b/gdk/gdk.symbols @@ -1028,8 +1028,6 @@ gdk_window_destroy_notify #if IN_HEADER(__GDK_WIN32_H__) #if IN_FILE(__GDK_WINDOW_WIN32_C__) gdk_win32_window_is_win32 -gdk_win32_begin_direct_draw_libgtk_only -gdk_win32_end_direct_draw_libgtk_only #endif #endif > I've obtained the Glade GUI RAD tool (Windows binary) from Gnome but it > complains about not finding an entry point > "gdk_win32_begin_direct_draw_libgtk_only" in libgdk-win32-2.0-0.dll, then, > after a lag, starts up with all the images for the icons missing on the main > screen (Glade 3.6.7). > > When I attempt to start Glade3 from SourceForge, I get the same message. > Like the other version, I subsequently get a main window (for Glade 3.4.3) > but no icon images. > > Has anyone else played around with this? > > -- > Devon McCormick, CFA > ^me^ at acm. > org is my > preferred e-mail > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
