search for: gdk_cursor_new_for_display

Displaying 4 results from an estimated 4 matches for "gdk_cursor_new_for_display".

2006 Nov 12
0
[ wxruby-Bugs-6633 ] Serious (but harmless?) GTK warnings on Linux
...type)'' failed (process:11017): Gtk-CRITICAL **: gtk_widget_destroy: assertion `GTK_IS_WIDGET (widget)'' failed (process:11017): GLib-GObject-CRITICAL **: gtype.c:2240: initialization assertion failed, use IA__g_type_init() prior to this function (process:11017): Gdk-CRITICAL **: gdk_cursor_new_for_display: assertion `GDK_IS_DISPLAY (display)'' failed (process:11017): GLib-GObject-CRITICAL **: gtype.c:2240: initialization assertion failed, use IA__g_type_init() prior to this function (process:11017): Gdk-CRITICAL **: gdk_cursor_new_for_display: assertion `GDK_IS_DISPLAY (display)''...
2007 Jan 03
12
instalation problem
Hi Im testing wxRuby. I have a problem when ruby try to load the load wx. Im newbie to ruby, maybe a make a simple mistake : Best regards. Install wxRuby-------------------------------------------------------------- pedro@la-vaca-azul:~$ sudo gem install wxruby2-preview Need to update 2 gems from http://gems.rubyforge.org .. complete Select which gem to install for your platform (i486-linux)
2007 Mar 27
0
15 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/.gitignore libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h
...ata, 1, 1); + if (bitmap == NULL) + return; + cursor = gdk_cursor_new_from_pixmap (bitmap, bitmap, &color, &color, 0, 0); + gdk_window_set_cursor (window, cursor); + gdk_cursor_unref (cursor); + g_object_unref (bitmap); + break; + } + case SWFDEC_MOUSE_CURSOR_TEXT: + cursor = gdk_cursor_new_for_display (display, GDK_XTERM); + gdk_window_set_cursor (window, cursor); + gdk_cursor_unref (cursor); + break; + case SWFDEC_MOUSE_CURSOR_CLICK: + cursor = gdk_cursor_new_for_display (display, GDK_HAND2); + gdk_window_set_cursor (window, cursor); + gdk_cursor_unref (cursor);...
2007 May 28
0
[ wxruby-Bugs-11183 ] GLib errors cause crash
...a crash with glib errors: -------------------------------- pmcdonnell at pmcdonnell10:~/workspace/Ij/lib$ ruby report_window.rb (process:26965): GLib-GObject-CRITICAL **: gtype.c:2242: initialization assertion failed, use IA__g_type_init() prior to this function (process:26965): Gdk-CRITICAL **: gdk_cursor_new_for_display: assertion `GDK_IS_DISPLAY (display)'' failed (process:26965): GLib-GObject-CRITICAL **: gtype.c:2242: initialization assertion failed, use IA__g_type_init() prior to this function (process:26965): GLib-GObject-CRITICAL **: gtype.c:2242: initialization assertion failed, use IA__g_type_ini...