Re: Hiding GtkToolButton problem, Win32 specific behaviour or potential bug ?
- From: "Tor Lillqvist" <tml iki fi>
- To: "zylon post cz" <zylon post cz>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Hiding GtkToolButton problem, Win32 specific behaviour or potential bug ?
- Date: Sat, 22 Mar 2008 02:39:44 +0200
1. Using threads on Win32
GTK+ can't be used from multiple threads on Win32. It just doesn't
work. This is documented on
http://library.gnome.org/devel/gdk/stable/gdk-Threads.html.
However, as you program doesn't actually call GTK+ from multiple
threads, it doesn't even create any threads, it *should* work as far
as I can say. That it doesn't should be considered a bug in GTK+.
Please file a bug at bugzilla.gnome.org.
That your program uses incorrect prototypes for the signal handlers
doesn't matter, even if they are "fixed" the behaviour is the same.
--tml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]