[pygtk] [Fwd: [fluendo-announce] First public release of Flumotion Streaming Media Server]

2004-10-19 Thread Johan Dahlin
Note that even though the announcement doesn't mention it, the server is written in python and we are heavy users of the gobject and gtk+ bindings. (and the gstreamer ones too) -- Johan Dahlin <[EMAIL PROTECTED]> --- Begin Message --- Hey everyone, we finally bit the bullet and threw out our fi

Re: [pygtk] Alignment & scale

2004-10-19 Thread John Finlay
Gustavo Niemeyer wrote: Hello folks, I've noticed that the default values for xscale and yscale in gtk.Alignment have recently been changed from 0.0 to 1.0: >>> import gtk >>> align = gtk.Alignment() >>> align.get_property("xscale") 1.0 >>> align.get_property("yscale") 1.0 Documentation is s

Re: [pygtk] output > gtk.TextView

2004-10-19 Thread Steve McClure
On Mon, 2004-10-18 at 13:05, Marcus Habermehl wrote: > Am Sonntag, den 17.10.2004, 16:36 -0500 schrieb Skip Montanaro: > > Marcus> I want to execute some shell commands in my python script. The > > Marcus> output should be redirected to a gtk.TextView in real-time. How > > Marcus> can I

Re: [pygtk] I must be missing something - can't get label of a menu item

2004-10-19 Thread Christian Robottom Reis
On Tue, Oct 19, 2004 at 10:54:21AM +0100, Gustavo J. A. M. Carneiro wrote: > And a shared data structure is good. You can even use that to build > the option menu. And you'll have anyways most of the times if you value > gui / main code separation in your program. For the record: IMO not neces

Re: [pygtk] The Great Master Plan for Python Bindings

2004-10-19 Thread Christian Robottom Reis
On Thu, Oct 14, 2004 at 10:34:58AM -0500, Jon Nelson wrote: > Let me ask this instead: instead of asking why split them up, let me ask > what the advantages are to having one uber-package? Adding to what Xavier indicated, I'd say the main reason is keeping things conceptually simple: our small tea

Re: [pygtk] The Great Master Plan for Python Bindings

2004-10-19 Thread Christian Robottom Reis
On Thu, Oct 14, 2004 at 06:02:45PM +0200, Murray Cumming wrote: > One thing that might prove the point and allow a split to actually happen, > is people volunteering to maintain the individual packages. It's pretty > scary to volunteer to help to maintain all of gnome-python, but it's not > so scar

Re: [pygtk] I must be missing something - can't get label of a menu item

2004-10-19 Thread Gustavo J. A. M. Carneiro
Seg, 2004-10-18 às 15:44 -0300, Christian Robottom Reis escreveu: > On Mon, Oct 18, 2004 at 07:15:32PM +0100, Gustavo J. A. M. Carneiro wrote: > > It's just that you have to get the selected menu item first, only then > > get_data. It forces you to understand the internal structure of the > > op

Re: [pygtk] FontSelection set_font_name() returns false on valid name

2004-10-19 Thread John Finlay
Jamie Norrish wrote: When passing the font name returned by gtk.FontSelection's get_font_name to set_font_name, that method always returns False and the font is not set in the selection. The font name is valid, and the font specified is available on the system (having selected it, it is used in di