GTK+ 2.10.14 released

2007-07-16 Thread Matthias Clasen
GTK+ 2.10.14 is now available for download at: http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.10/ gtk+-2.10.14.tar.bz2 md5sum: 018d7dd0fa7de01cfdb77c7c55e7ba26 gtk+-2.20.14.tar.gzmd5sum: f327b5abee8108d85ef5173101118a7f This is a bug fix release in the 2.10 series. What is GTK+ =

realization GTK/GDK

2007-07-16 Thread wayne_wiblin
Hello, We have a project where we are integrating wxWidgets framework with and existing X application and using GTK. We have create a dummy wxTopLevelWindow that is a transparent container that matches the size of the given X window. I have tried to create a wxTopLevelWindow that simply wraps

realization GTK/GDK

2007-07-16 Thread wayne_wiblin
Hello, We have a project where we are integrating wxWidgets framework with and existing X application and using GTK. We have create a dummy wxTopLevelWindow that is a transparent container that matches the size of the given X window. I have tried to create a wxTopLevelWindow that simply wraps

GtkIconview Background Image?

2007-07-16 Thread Steven Starr
I am building a Gtk Desktop Environment. And i figured i would use GtkIconView as the bases for my desktop so i could have desktop icons, rubber band selection, right click menu, desktop background color and desktop wallpaper, and then i would use eather gdk or xlib to set the desktop as the root

Get position of cursor in widget?

2007-07-16 Thread charlesvpacker
I'm a GTK newbie who has successfully taken the very first steps toward building a custom image processing application. I've figured out how to read and display an image using a GtkImage and GtkPixbuf. I've also modified a block of pixels in the existing pixbuf and updated the displayed image via g

GLib 2.12.13 released

2007-07-16 Thread Matthias Clasen
GLib 2.12.13 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.12/ http://download.gnome.org/sources/glib/2.12/ glib-2.12.13.tar.bz2 md5sum: d76124236e4e216e8c0861341e967a76 glib-2.12.13.tar.gzmd5sum: 0c6a789de85c4f98af353ebe3e3d1817 This is a bug fix release in the 2.12 ser

problem with gtk_widget_style_get

2007-07-16 Thread Abirami T
hi, I'm trying to access the treeview properties set through rc file as below, gboolean num = 0; GdkColor color; gtk_widget_style_get(treeview_widget, "even-row-color",&color, "allow-rul