Re: win32 & win64 Gtk+ apt repo?

2010-06-23 Thread Tor Lillqvist
> Does anyone know of any apt repositories out there that already do this > for things like Gtk+ before we start making our own. Not what you are easking for, but in the openSUSE Build Service there is plenty of GTK+ and GNOME stuff (including, for instance, Evolution) cross-compiled for both for

win32 & win64 Gtk+ apt repo?

2010-06-23 Thread Thomas Stover
We are moving to the deb packaged win32 & win64 mingw cross compilers that are available in the ubuntu 10.4 apt repositories, instead of home-built ones. This btw is awesome! With almost all of our windows development now completely ubuntu hosted, the notion of using .deb packaged win32/64 developm

Accessing text file

2010-06-23 Thread Bill C
I don't know if there is a "correct" method I am using "g_io_channel" with no problems Rgds Bill C ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: putting icon on GtkImageMenuItem tutorial(ette)

2010-06-23 Thread Mike Massonnet
2010/6/23 Mick : > can any one point me to a tutorial or clear example code that covers > placing an icon on a GtkImageMenuItem with label. I've been trying all > day and when I cast my way out of type mismatches I keep getting > segfaults. GtkWidget *image = gtk_image_new_... GtkWidget *mi = gtk_

putting icon on GtkImageMenuItem tutorial(ette)

2010-06-23 Thread Mick
can any one point me to a tutorial or clear example code that covers placing an icon on a GtkImageMenuItem with label. I've been trying all day and when I cast my way out of type mismatches I keep getting segfaults. ___ gtk-app-devel-list mailing list gtk