Re: Custom Gtk3 Widget - scroll_event

2014-05-09 Thread Bernhard Schuster
On vri, mei 9, 2014 at 7:18 , Joël Krähemann j...@weedlight.ch wrote: Do you use a GtkScrolledWindow to pack the entire widget? As I know this is the only way to get scrolled-event out of gtk because it has a viewport. No I don't. But I figured out that using GtkDrawingArea instead

Re: corrupted strings of GtkFileChooser by outputting with libxml2

2014-05-09 Thread Joël Krähemann
As I'm trying to use gtk_file_chooser_get_filenames_utf8 instead of gtk_file_chooser_get_filenames getting the linker error during compile time. This could be the root cause. Am Freitag, den 09.05.2014, 07:11 +0200 schrieb Joël Krähemann: Why do I get corrupted strings of GtkFileChooser when

g_app_info_remove_supports_type() needs better API documentation

2014-05-09 Thread Kip Warner
Hey list, I am currently re-factoring a patch I submitted to meet the requirements of a separate upstream project (Thunderbird): https://bugzilla.mozilla.org/show_bug.cgi?id=824909 During my work in solving the aforementioned, I needed a function in GLib's GIO module to do something it

Re: g_app_info_remove_supports_type() needs better API documentation

2014-05-09 Thread Emmanuele Bassi
hi Kip; if you need a review for a patch against GIO you should ask on gtk-devel-l...@gnome.org or (better) on IRC: the #gtk+ channel on irc.gnome.org is where the GLib and GTK+ developers hang out and communicate. ciao, Emmanuele. On 9 May 2014 20:01, Kip Warner k...@thevertigo.com wrote:

Re: g_app_info_remove_supports_type() needs better API documentation

2014-05-09 Thread Kip Warner
On Fri, 2014-05-09 at 22:57 +0100, Emmanuele Bassi wrote: hi Kip; if you need a review for a patch against GIO you should ask on gtk-devel-l...@gnome.org or (better) on IRC: the #gtk+ channel on irc.gnome.org is where the GLib and GTK+ developers hang out and communicate. Thanks Emmanuele.

Re: Mingw - Minsys - glib 2.40.0 error with /home/keith

2014-05-09 Thread Hogren
For my work, I use Windows 7. For details : Windows 7 Pro, SP1, 32-bit, Language : FR my processor : Intel Core 2 Duo P8700 2,53GHz I enter in the directory and execute : LIBFFI_CFLAGS=-lffi LIBFFI_LIBS=-L/mingw/lib/ ./configure --prefix=/mingw --python=/c/Python27/python.exe Sorry the

Re: Mingw - Minsys - glib 2.40.0 error with /home/keith

2014-05-09 Thread Hogren
Then I try a make, and I have a strange error (for me) : CCLDlibcharset.la /bin/grep: /home/keith/staged/mingw32/lib/libiconv.la: No such file or directory /bin/sed: can't read /home/keith/staged/mingw32/lib/libiconv.la: No such file or directory libtool: link:

Re: gtkglarea 2.1.0 released

2014-05-09 Thread Javier Jardón
Hey Tarnyko, sorry for the late reply, On 28 April 2014 10:33, Tarnyko tarn...@tarnyko.net wrote: Javier Jardón writes: Testing in Windows platform has not been tested, so if you have any problems please report in bugzilla! Just tested it, works perfectly under Win32. Nice! Good to know

g_app_info_remove_supports_type() needs better API documentation

2014-05-09 Thread Kip Warner
Hey list, I am currently re-factoring a patch I submitted to meet the requirements of a separate upstream project (Thunderbird): https://bugzilla.mozilla.org/show_bug.cgi?id=824909 During my work in solving the aforementioned, I needed a function in GLib's GIO module to do something it

Re: gtkglarea 2.1.0 released

2014-05-09 Thread Simon Feltman
On Fri, May 9, 2014 at 5:01 AM, Javier Jardón jjar...@gnome.org wrote: I already pushed a branch in the git repository with the GTK+3 port [1] ... [1] https://git.gnome.org/browse/gtkglarea/log/?h=jjardon/gtk3 This branch is working well for me. I've created a ticket and patch [1] adding