Re: Making a Python/GTK CheckMenuItem, when clicked, not close the menu

2010-02-02 Thread David Salisbury
On Fri, 2010-01-29 at 00:27 -0500, Freddie Unpenstein wrote: Using Python and PyGTK I've got a GtkMenu with various GtkCheckMenuItems in it. When the user clicks one of the checkboxes the menu closes. I'd like for the user to be able to check a series of checkboxes without the menu closing

Making a Python/GTK CheckMenuItem, when clicked, not close the menu

2010-01-28 Thread David Salisbury
is clicked but in this instance it doesn't show. In addition I've tried passing in my own function to set the menu position to, for example, (100,100) but this has not been successful. Any suggestions? Many thanks, David Salisbury ___ gtk-app-devel-list