On 2/1/06, Eduardo M KALINOWSKI <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Using gtk+ 2.8.9 (glib 2.8.5), I've discovered that if I call
> gtk_entry_set_visibility(entry, FALSE) and later
> gtk_entry_set_visibility(entry, TRUE) to make the contents of an entry
> visible again, I get this warning for
I wonder if anyone has any idea what could be happening here:
my app is reliably crashing (on Linux and on Windows) when a
particular menu is accessed, but only when the German translation is
active. When running in English or with any of several other
translations in force, no problem.
I've
On Wed, 2006-02-01 at 10:44 +0100, kornelix wrote:
> Thanks for your generous help. I will try Michael's suggestion and see
> how it works.
>
> I would like to implement all GTK calls in the main program as Tristan
> suggested, but this seems to be very complex (must implement asynch.
> queues
Hello all,
I've plowed through the docs and through the archives of this mailing
list, google/google groups and what not, but I can't figure out where
I'm going wrong.
I'm writing a GTK+ application that shows logfiles in a "tail -f" kind
of way. It enables the user to also save these logfiles to
Lalit Kumar wrote:
Dear all,
when compiling my application which contain following code snippets
shows an error " error: request for member 'widget' in something not a
structure or union ".
gnome_app_create_menus (GNOME_APP (spell_chk_win), menubar1_uiinfo);
gtk_widget_ref (menubar1_uiinfo[0].
Hi,
Using gtk+ 2.8.9 (glib 2.8.5), I've discovered that if I call
gtk_entry_set_visibility(entry, FALSE) and later
gtk_entry_set_visibility(entry, TRUE) to make the contents of an entry
visible again, I get this warning for each key pressed in the entry:
(entrytest:7431): Gdk-WARNING **: gdkd
Thanks for your generous help. I will try Michael's suggestion and see
how it works.
I would like to implement all GTK calls in the main program as Tristan
suggested, but this seems to be very complex (must implement asynch.
queues of data going back and forth between threads and main(), where
Dear all,
when compiling my application which contain following code snippets
shows an error " error: request for member 'widget' in something not a
structure or union ".
gnome_app_create_menus (GNOME_APP (spell_chk_win), menubar1_uiinfo);
gtk_widget_ref (menubar1_uiinfo[0].widget);
Please hel
=?ks_c_5601-1987?B?aSBWUyC5zLzWuK4=?= writes:
> now i'm starting to develop application with GTK+ to support cross
> platform(unix-like system,mac-os,windows).
> first, i try to build and compile GTK+(2.8.9) on msys.
(Note to others: note the *msys*. i.e. he's on Windows.)
If you want to bui