Larry Reaves wrote:
> Googling for "gtk f10" turns up this:
> http://markmail.org/message/aff2za6nil5ftzso
>
> Basically, this should do the trick:
>
> GtkSettings *gtk_settings;
> gtk_settings = gtk_settings_get_for_screen(gdk_screen_get_default());
> g_object_set(gtk_settings, "gtk-menu-bar-acc
Googling for "gtk f10" turns up this:
http://markmail.org/message/aff2za6nil5ftzso
Basically, this should do the trick:
GtkSettings *gtk_settings;
gtk_settings = gtk_settings_get_for_screen(gdk_screen_get_default());
g_object_set(gtk_settings, "gtk-menu-bar-accel", NULL, NULL);
What that does is
My GTK program seems to have inherited some function keys from
somewhere. When I press F10 the menu in the menu bar opens and when I
press F10 again it goes away. The same behavior happens in the
gnome-terminal. When I press F10 my key press event isn't even called,
but F9 and others work. Does
On Sat, 2009-02-07 at 14:25 -0500, Matthew Talbert wrote:
> > Oh, sorry. I assume you have verified that you don't have any heap
> > corruption by running the code under valgrind on Linux? Other than
> > that I really can't give any specific advice. Perhaps ask somebody
> > else to read the code ca
> Oh, sorry. I assume you have verified that you don't have any heap
> corruption by running the code under valgrind on Linux? Other than
> that I really can't give any specific advice. Perhaps ask somebody
> else to read the code carefully. If the problem did not occur at some
> earlier stage, the
John Coppens schrieb:
> On Thu, 5 Feb 2009 14:05:04 -0200
> John Coppens wrote:
>
>> During several tests, I came across the famous "your intltool is too
>> old. You need intltool 0.35.0 or newer". I have 0.40.5 installed, as
>> shown by:
>>
>> $ intltool-update --version
>