search for: gdk_is_drawable

Displaying 5 results from an estimated 5 matches for "gdk_is_drawable".

2003 Feb 25
4
Gastman
I've tried the precompiled version of gastman, but it does'n work properly under windows, so I would like to try to compile it under windows, so maybe it begins to work. I've tried to compile gastman with mingw, but the db3.1 libraries request the cygwin include files and libraries. Then I've copied the cygwin's include files and libraries to mingw's directory, but the make
2010 Apr 09
2
How to enable core dump?
Dear all, I encountered a core dump like this, (R:24072): Gdk-CRITICAL **: gdk_drawable_get_display: assertion `GDK_IS_DRAWABLE (drawable)' failed *** caught segfault *** address 0x78, cause 'memory not mapped' Possible actions: 1: abort (with core dump, if enabled) 2: normal R exit 3: exit R without saving workspace 4: exit R saving workspace Selection: 1 aborting ... Segmentation fault When I select 1, the...
2007 Mar 17
2
newbie: listbook sample on fedora5
...llowing errors (wxruby:17165): Gtk-WARNING **: Attempting to add a widget with type GtkPizza to a GtkWindow, but as a GtkBin subclass a GtkWindow can only contain one widget at a time; it already contains a widget of type GtkPizza (wxruby:17165): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)'' failed (wxruby:17165): Gtk-CRITICAL **: gtk_paint_flat_box: assertion `style->depth == gdk_drawable_get_depth (window)'' failed (wxruby:17165): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)'' failed (wxruby:17165): Gtk-CRIT...
2003 Jun 23
0
Gastman and New Extension
I finally got Gastman to compile but I get a bunch of "failed assertions" when I run it and attempt to make a new extension. I have latest CVS on Mandrake 9.1. Last error is: (gastman:22534): Gdk-CRITICAL **: file ../../gdk/gdkdraw.c: line 311 (gdk_drawable_unref): assertion `GDK_IS_DRAWABLE (drawable)' failed Other errors are like this one. I apologize if this has been addressed previously but a quick search in the list turned up nothing. Any quick ideas? Jim Friedeck
2006 Dec 02
7
Gauge Problem with XRC?
Hi I''ve just started using wxruby2-preview-0.0.36-i386-mswin32 outsourcing layout part to the external XRC file. Almost everything seems to be fine. Only that I can never retrieve Gauge objects in the main script. What I''ve been trying is something like this: class MainFrame < Wx::Frame include Wx def initialize(parent) super(nil,-1, "")