Re: [semi-OT] gdb backtrace on windows

2009-10-21 Thread Andrea Zagli
Il giorno lun 19 ott 2009 21:52:38 CEST, Tor Lillqvist ha scritto: my problem is that when my program crash i get from the backtrace only these two rows #0  0x77c035e4 in ?? () #1  0x in ?? () what am I doing wrong? Nothing, probably, that would cause this unuseful backtrace, you

How to remove MenuItem from Menu?

2009-10-21 Thread Peter Daum
There are several functions to dynamically change/reorder menus, but I couldn't find or figure out a way how to remove a certain item from a Menu. Is this possible? How? (I tried some strange things like calling item-destroy and was not surprised that it didn't work ...) Regards,

Re: How to remove MenuItem from Menu?

2009-10-21 Thread jcupitt
2009/10/21 Peter Daum gator...@yahoo.de: There are several functions to dynamically change/reorder menus, but I couldn't find or figure out a way how to remove a certain item from a Menu. Is this possible? How? (I tried some strange things like calling item-destroy and was not surprised that

Re: How to remove MenuItem from Menu?

2009-10-21 Thread Allin Cottrell
On Wed, 21 Oct 2009, Peter Daum wrote: There are several functions to dynamically change/reorder menus, but I couldn't find or figure out a way how to remove a certain item from a Menu. Is this possible? How? (I tried some strange things like calling item-destroy and was not surprised that

Re: How to remove MenuItem from Menu?

2009-10-21 Thread Peter Daum
jcup...@gmail.com wrote: 2009/10/21 Peter Daum gator...@yahoo.de: (I tried some strange things like calling item-destroy and was not surprised that it didn't work ...) You can just use gtk_widget_destroy(item), I believe. Though I generally just destroy and rebuild the whole menu for

Re: Pango problems

2009-10-21 Thread Behdad Esfahbod
On 10/15/2009 05:22 PM, Geoff Johnson wrote: Out of no where my program decided to start having problems with Pango rendering. The GUI now shows text as the standard no character boxes and all of the icons that were there have been replaced by the red x file icon. When I run the program I get a