Re: [pygtk] TextView

2005-07-05 Thread Eric Jardim
tView dialog, or something like that. Anyway, does this trick help? [Eric Jardim] ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

[pygtk] Popup-menus

2005-06-15 Thread Eric Jardim
ittle low level? Looking at Qt, the QWidget class has a "QWidget::contextMenuEvent" method that you just override and do what you want. Why does GTK does not has something similar? What do you have to say about all this? [Eric Jardim] ___ p

Re: [pygtk] slide shows

2005-06-15 Thread Eric Jardim
tor or something. Well, it is possible, but you need to suply more details... [Eric Jardim] ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] GnomePython and GnomePythonExtras

2005-06-06 Thread Eric Jardim
bian unstable. I did not know that there were an "experimental" package state. Is there any way to turn my Debian unstable to experimental at some extent? Maybe I'll wait or install ubuntu to play a little with those features. Thanks for

[pygtk] GnomePython and GnomePythonExtras

2005-06-06 Thread Eric Jardim
infos. (big) thanks in advance... [Eric Jardim] ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] internationalization with libglade

2005-05-25 Thread Eric Jardim
y?req=show&file=faq22.002.htp http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq22.003.htp This is the way to localize glade files? Is there another (more elegant) way? I think it is not even portable. Thanks, [Eric Jardim] ___ pyg

Re: [pygtk] cannot import gnome

2005-05-21 Thread Eric Jardim
On 5/20/05, Martijn Brouwer <[EMAIL PROTECTED]> wrote: Hi,I have a Debian Sarge system with python 2.3 and python-gnome-2.6.1.Importing pygtk in the way described by the tutorial does not work: I use Debian Sid and everything is Ok. Even importing just gnome without gtk. [Eric

[pygtk] Sockets and Plugs

2005-05-16 Thread Eric Jardim
Hi all, Does this gtk.Socket and gtk.Plug works on non-X platforms? [Eric Jardim] ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] gtk dock widget

2005-05-16 Thread Eric Jardim
On 5/16/05, Eric Jardim <[EMAIL PROTECTED]> wrote: Hi, what is GDL? How is its portability and licensing? Where can I find more docs about it and PyGTK extras? [Eric Jardim] Oh, boy... I can't even find info about them on google! There might be something wrong with me... [

Re: [pygtk] gtk dock widget

2005-05-16 Thread Eric Jardim
PyGTK Extras contains wrappers for the GDL library which has docking containers you can place any widget in. Hi, what is GDL? How is its portability and licensing? Where can I find more docs about it and PyGTK extras? [Eric Jardim] ___ pygtk

Re: [pygtk] gtk dock widget

2005-05-16 Thread Eric Jardim
back to its dock area. Am I right? Or is there a builtin way to do this? [Eric Jardim] ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

[pygtk] gtk.UIManager advantages

2005-05-11 Thread Eric Jardim
will much appreciate your opinions and experiences. Thanks, [Eric Jardim] ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

[pygtk] Vertical text label

2005-05-04 Thread Eric Jardim
Hi, Is there, in PyGTK, a way to have a simple label widget where the text is +/- 90 degree rotated from the horizontal position? If not, is that too difficult to implement? How could I do it? GDK, Styles... Any ideas? Thanks! [Eric Jardim] ___ pygtk

Re: [pygtk] Gtk.ImageMenuItem

2005-04-29 Thread Eric Jardim
e item). If that is annoying, create an utility function :) [Eric Jardim] ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] window_state_event

2005-03-20 Thread Eric Jardim
mized = True else self.minimized = False I think that what you want to do is simple, so do not complicate it :) [Eric Jardim] ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] [OFF-TOPIC] Reply-To

2005-03-20 Thread Eric Jardim
On Sun, 20 Mar 2005 11:32:30 -0500, Chris Lambacher <[EMAIL PROTECTED]> wrote: > I always use reply to all. The reply to on your message was: Hmm, now I see... There is *actually* a "reply to all" link. But it only appears sometimes. I must pay more attention to this :) th

[pygtk] [OFF-TOPIC] Reply-To

2005-03-20 Thread Eric Jardim
Is the "reply-to" correctly set on the list? I just replied an email to Brian and it only return to him. Then I resent it to the list. Is this behaviour correct? Or is this some 'gmail' side-effects? thanks, [Eric Jardim] __

Re: [pygtk] window_state_event

2005-03-20 Thread Eric Jardim
window.connect('destroy', quit) window.connect('window-state-event', window_event) window.set_title('Normal') window.show() gtk.main() <<<<<<<< You should also study this links: http://www.gtk.org/api/2.6/gdk/gdk-Event-Structures.html#GdkWindo

[pygtk] Where is gnome-python?

2005-02-28 Thread Eric Jardim
Why does gnome-python and other specific bindings besides PyGTK do not appear on this page on the GNOME project? http://www.gnome.org/start/2.9/bindings/#python Are there implicit in PyGTK project? Sorry for such simple questions. [Eric Jardim

[pygtk] Simple questions

2005-02-28 Thread Eric Jardim
, but first I want to understand it. Thanks in advance, [Eric Jardim] ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/