Re: change keyboard accelerator

2005-05-07 Thread Torsten Schoenfeld
On Wed, 2005-05-04 at 09:08 +0200, Jens Luedicke wrote: I have a menubar which is created by an ItemFactory (I know, it's deprecated) and I would like to change the associated accelerator of an entry on the fly. any ideas? I'm not sure if it does what you want, but

Re: popup_menu glade

2005-05-07 Thread muppet
On May 5, 2005, at 1:10 PM, Edward Mann wrote: What am i doing wrong, or not doing that is keeping this menu from appearing again? My gut reaction is that this is a side-effect of the fact that libglade creates the widgets once, the first time you ask for them from a gladexml object. The menu

Re: forking a new mainwindow from a module

2005-05-07 Thread zentara
On Fri, 6 May 2005 19:10:29 -0400 muppet [EMAIL PROTECTED] wrote: On May 6, 2005, at 5:42 PM, zentara wrote: Any ideas on what I can do to fix this? What's happening is that the child is inheriting the X connection socket from the parent, and both the child and parent are trying to

Re: GStreamer 0.01

2005-05-07 Thread Matthias Bläsing
Am Montag, den 25.04.2005, 21:09 +0200 schrieb Torsten Schoenfeld: Most of the base GStreamer stuff is wrapped. All examples from the manual[1] also work in Perl. (See examples/manual/ in the source directory.) Hey, today I played with the GStreamer Bindings and learned, that I really hate

L10n in Gtk2-perl with Locale::Maketext::Lexicon

2005-05-07 Thread Dov Grobgeld
Hello, I just wrote the following example of how to do localization of a Gtk2-perl program and thought it might be useful for others. Perhaps we should put it somewhere in the wiki: #!/usr/bin/perl ## # This is

Re: L10n in Gtk2-perl with Locale::Maketext::Lexicon

2005-05-07 Thread ofey aikon
we should put it somewhere in the wiki: You can add it to the 'recipes' page. http://live.gnome.org/GTK2_2dPerl_2fRecipes The general pattern I've been following is to write a 'problem' and 'solution' section. Then I add relevant portions of the code in the 'solution' section with