GtkIconView items

2010-06-21 Thread Alexander Kuleshov
Hello, I have a gtkiconview in my C/gtk+ application. In this GtkIconView i load images from GList like thumbnails. How can i get selecting item in this GtkIconView? I try so: g_signal_connect(mw->view,"selection-changed",G_CALLBACK(thumbnail_selected),mw); void thumbnail_selected(Gtk

Re: cygwin gtk+ eclipse on windows Gtk-WARNING cannot open display

2010-06-21 Thread Tor Lillqvist
> Hello, i installed cygwin, gtk+(available with cygwin) and eclipse on Windows > xp. > "Gtk-WARNING **: cannot open display:" Are you aware that the GTK+ for Cygwin is built with the X11 backend, i.e. software that uses it requires an X server (also know as "display")? (Either running on the sa

cygwin gtk+ eclipse on windows Gtk-WARNING cannot open display

2010-06-21 Thread newusergtk+
Hello, i installed cygwin, gtk+(available with cygwin) and eclipse on Windows xp. I'm trying to run a simple gtk+ application available on the site www.gtk.org . I have been able to compile my gtk+ program using Eclipse without errors but when I run it the console says "Gtk-WARNING **: cannot op