On Sun, 2008-02-17 at 12:31 +0100, Gian Mario Tagliaretti wrote: > On Feb 14, 2008 7:10 PM, markus espenhain <[EMAIL PROTECTED]> wrote: > > Hi Markus > > > hm ... i've connected key-press-event on menubar, main window etc but no > > callback if F10 is pressed ... any idea? > > settings = gtk.settings_get_default() > settings.props.gtk_menu_bar_accel = None > > should do the trick > > cheers
thanks a lot!!! - this does the trick :) markus _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
