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
http://mail.gnome.org/mailman/listin
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
___
gtk-app-devel-
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 bi
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
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() and
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 possib
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 equ
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 t
Hi all
I have an executable and all libraries needed by gtk+ in a
single directory. This works well.
So, no bin/, etc/, lib/, share/ structure, no system or user
settings, and even no rc files, all is compiled in using
gtk_rc_parse_string().
However, I fail to make gtk+ load the theme module lib