Re: g_idle_add(): limits?

2010-03-10 Thread fka...@googlemail.com
Chris Vine: I make heavy use of g_idle_add(), and encounter this problem: It seems that the idle functions aren't called sometimes. [...] Assuming that is right, any sources you add before calling gtk_main_quit() without returning control to the main loop will not be executed. I think

g_idle_add(): limits?

2010-03-09 Thread fka...@googlemail.com
Hi, I make heavy use of g_idle_add(), and encounter this problem: It seems that the idle functions aren't called sometimes. To track that: I used a counter before g_idle_add() and one inside the idle function (always executed once only). When the app is closed, the counters are sometimes not

gtk_container_remove() and pack later again

2010-01-22 Thread fka...@googlemail.com
Hello, I have some strange effects: Nearly all displayed text in widgets (labels, buttons etc) is *sometimes* suddenly replaced by squares. I suspect the bug is somewhere around gtk_container_remove(). So, could anyone please confirm if this is correctly coded: (1) To remove a child for

TreeView: internal VAdjustment delayed?

2009-10-14 Thread fka...@googlemail.com
Hi, any hints welcome for this strange behaviour (latest stable gtk but previous versions as well, here on win32, not tested on linux): I use a TreeView as a simple list to display log messages. To scroll it to the bottom automatically after each new line I use gtk_tree_view_get_vadjustment()

gdk_draw_rgb[_32]_image alternative?

2009-08-11 Thread fka...@googlemail.com
Hi all, I am looking for an alternative to the gdk_draw_rgb[_32]_image() functions for copying data into a drawable. I have a cairo suitable image buffer (32 bits per pixel) to copy from. The problem: I can neither use gdk_draw_rgb_image() nor gdk_draw_rgb_32_image(). The first needs a pure 24

Re: gdk_draw_rgb[_32]_image alternative?

2009-08-11 Thread fka...@googlemail.com
Tadej Borovšak: Why don't you use cairo to do the drawing? Because I was not aware of gdk_cairo_create(). :-) Thank You! ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

widget destroyed: need to disconnect handlers?

2009-03-04 Thread fka...@googlemail.com
Hi, When I connect handlers to a widget manually e.g. with g_signal_handler_connect/_data(): Do I have to disconnect them manually, too, when the widget is beeing destroyed or are they disconnected internally then? Thank You! Felix ___

typo on gtk.org/download-windows.html

2009-01-20 Thread fka...@googlemail.com
Hi, on the page http://www.gtk.org/download-windows.html stable libpng 1.2.32 is annouced, however, the download links go to version 1.2.34 Bye Felix ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org