Re: [pygtk] making selected row visible in FileChooser?

2004-11-16 Thread Skip Montanaro
Skip> Sure, it's selected, but as far as I can tell the chooser isn't Skip> scrolled if necessary to make the selected file visible. John> Seems to work OK with GTK+ 2.5.4 and GTK+ 2.4.13 and a quick check John> shows this bug: John> http://bugzilla.gnome.org/show_bug.cgi?id=

Re: [pygtk] making selected row visible in FileChooser?

2004-11-16 Thread John Finlay
Skip Montanaro wrote: Tom> With open dialogs, the correct file is selected (I believe -- I'm Tom> not sure I've actually had reason to implement this). Sure, it's selected, but as far as I can tell the chooser isn't scrolled if necessary to make the selected file visible. Seems to work OK

Re: [pygtk] Title bars

2004-11-16 Thread Jonathon McKitrick
I am wondering if it is Sawfish. jm -- My other computer is your Windows box. ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] making selected row visible in FileChooser?

2004-11-16 Thread Skip Montanaro
Tom> With open dialogs, the correct file is selected (I believe -- I'm Tom> not sure I've actually had reason to implement this). Sure, it's selected, but as far as I can tell the chooser isn't scrolled if necessary to make the selected file visible. Skip

Re: [pygtk] making selected row visible in FileChooser?

2004-11-16 Thread Johan Dahlin
> Wait -- the new filechooser doesn't have any place to type a filename > anyway, It does, type Ctrl-L. -- Johan Dahlin <[EMAIL PROTECTED]> ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: ht

Re: [pygtk] making selected row visible in FileChooser?

2004-11-16 Thread Thomas Mills Hinkle
On Tue, 16 Nov 2004 20:38:32 +0100 Johan Dahlin <[EMAIL PROTECTED]> wrote: > tis 2004-11-16 klockan 12:33 -0600 skrev Skip Montanaro: > > Johan> Have you tried select_filename() ? > > > > Yeah. Didn't help as far as I could tell. > > Hmm. Might be a bug. Perhaps file a bug in bugzilla and/

Re: [pygtk] libegg

2004-11-16 Thread Germán Poó Caamaño
El mar, 16-11-2004 a las 17:47 +0100, Johan Dahlin escribió: > > I have a silly question: is libegg wrapped in gnome-python by any chance? > > No, its currently not wrapped. And the policy in gnome-python is only to > wrap official gnome libraries. Gustavo is going to split up gnome-python > into

Re: [pygtk] making selected row visible in FileChooser?

2004-11-16 Thread Johan Dahlin
tis 2004-11-16 klockan 12:33 -0600 skrev Skip Montanaro: > Johan> Have you tried select_filename() ? > > Yeah. Didn't help as far as I could tell. Hmm. Might be a bug. Perhaps file a bug in bugzilla and/or ask on gtk- apps-devel first. -- Johan Dahlin <[EMAIL PROTECTED]>

Re: [pygtk] making selected row visible in FileChooser?

2004-11-16 Thread Skip Montanaro
Johan> Have you tried select_filename() ? Yeah. Didn't help as far as I could tell. Skip ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] making selected row visible in FileChooser?

2004-11-16 Thread Johan Dahlin
tis 2004-11-16 klockan 12:12 -0600 skrev Skip Montanaro: > Switching over to the new FileChooser I noticed that if I called > set_filename() the indicated file was selected but would not necessarily be > visible. Is there a sanctioned way to make it visible? I saw nothing in > the FAQ related to

[pygtk] making selected row visible in FileChooser?

2004-11-16 Thread Skip Montanaro
Switching over to the new FileChooser I noticed that if I called set_filename() the indicated file was selected but would not necessarily be visible. Is there a sanctioned way to make it visible? I saw nothing in the FAQ related to the FileChooser, nor did a straightforward Google search pan out.

Re: [pygtk] gtk.UIManager tutorial?

2004-11-16 Thread Niklas Volbers
Thanks, this was exactly what I was looking for. Niklas. Marcel Keienborg wrote: Hello, List, hello, Niklas, On Sun, Nov 14, 2004 at 10:22:11PM +0100, Niklas Volbers wrote: I have just added a glory shiny menubar to my application using gtk.ItemFactory and noticed the DeprecationWarning. After a

Re: [pygtk] No window title bar or decorations

2004-11-16 Thread Jonathon McKitrick
Another thing I just thought of... I believe the window decorations have been missing since I started running SawFish. Could this be a bug? jm -- My other computer is your Windows box. ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/ma

Re: [pygtk] Re: Suggested GnomePython reorganization (gtksourceview)

2004-11-16 Thread Gustavo J. A. M. Carneiro
Ter, 2004-11-16 às 17:25 +, Stephen Kennedy escreveu: > Thats great. Will we see the re-org and sourceview in 2.6.x or 2.8.x? Neither ;) 2.10.x! I'm sorry, but I don't have enough time to do 2.8.x releases, so next development releases will target gnome 2.10, which is under development r

Re: [pygtk] Re: Suggested GnomePython reorganization (gtksourceview)

2004-11-16 Thread Stephen Kennedy
Thats great. Will we see the re-org and sourceview in 2.6.x or 2.8.x? Stephen. On Sat, 2004-11-13 at 22:55 +, Gustavo J. A. M. Carneiro wrote: > On Fri, 2004-11-12 at 22:25 +, Stephen Kennedy wrote: > > Gustavo, I really like the proposed package layout, especially removing > > dependenc

Re: [pygtk] CellRendererText with fixed lenght

2004-11-16 Thread Johan Dahlin
sön 2004-11-14 klockan 12:04 -0600 skrev Mauricio Tellez: > Hi, I'm using a CellRendererText with a ListView, it works fine, the > only thing is that the user can type any amount of characters inside a > the CellRendererText and I want to limit this no 'n' characters long, > like the entry's set_ma

Re: [pygtk] libegg

2004-11-16 Thread Johan Dahlin
> I have a silly question: is libegg wrapped in gnome-python by any chance? No, its currently not wrapped. And the policy in gnome-python is only to wrap official gnome libraries. Gustavo is going to split up gnome-python into several packages and probably create something like gnome-python- extra

[pygtk] libegg

2004-11-16 Thread Alex Roitman
Hello, I have a silly question: is libegg wrapped in gnome-python by any chance? If not, is there any other way of adding an entry to the Actions->Recent Documents menu of GNOME desktop for a gnome-python app like Gramps? Thanks in advance, Alex -- Alexander Roitman http://ebner.neuroscience.umn.

Re: [pygtk] gtk.Entry text alignment issue

2004-11-16 Thread Johan Dahlin
tis 2004-11-09 klockan 13:25 -0800 skrev Steven Howe: > Howdy Similarly confused but eager for clarity persons, > > I'm having some problem with aligning text in a gtk.Entry object. > > I have an gtk.Entry object, call it 'entry'. I'm trying to send it > text that I would like aligned to the righ

Re: [pygtk] Intercepting shortcuts/accelerators

2004-11-16 Thread Johan Dahlin
> It's not that much more complicated (I'm assuming you're using gtk 2.x) > -- you can connect to Window::key_pressed_event to inspect key events > before they are dispatched to widgets. If you return false, the default > key dispatching machinery will be called, but it will be bypassed if you

Re: [pygtk] gtk.UIManager tutorial?

2004-11-16 Thread Johan Dahlin
> When you download pygtk, there is an example for using the UIManager > inside the Tar-Ball. You can also find it here: http://cvs.gnome.org/viewcvs/gnome- python/pygtk/examples/gtk/uimanager.py?view=auto -- Johan Dahlin <[EMAIL PROTECTED]> ___ pygt

Re: [pygtk] gtk.UIManager tutorial?

2004-11-16 Thread Marcel Keienborg
Hello, List, hello, Niklas, On Sun, Nov 14, 2004 at 10:22:11PM +0100, Niklas Volbers wrote: > I have just added a glory shiny menubar to my application using > gtk.ItemFactory and noticed the DeprecationWarning. After a little > research I figured, that gtk.UIManager in 2.4 reads its informatio

Re: [pygtk] No window title bar or decorations

2004-11-16 Thread Gianmario Tagliaretti
> Don't use GTK_WINDOW_POPUP as Type for your window. Always use > GTK_WINDOW_TOP_LEVEL. (In the widget tab for your GtkWindow in glade) > Just to say something more about this issue. gtk.WINDOW_POPUP are used for example to show the tooltips. If you DO want a window without decoration you can ca

Re: [pygtk] No window title bar or decorations

2004-11-16 Thread Johan Dahlin
tis 2004-11-16 klockan 03:01 + skrev Jonathon McKitrick: > Here is the glade file giving me a problem. I don't recoll what I did (of > course) but now all (or most) of these dialogs don't have window > decorations. Don't use GTK_WINDOW_POPUP as Type for your window. Always use GTK_WINDOW_TO