Re: [pygtk] Improving pygtk appearance, or moving to wxPython?

2006-05-04 Thread Johan Dahlin
Greg Ewing skrev: Thomas Mills Hinkle wrote: 1. If you need a widget that does not exist in other applications, you need to draw it yourself and can control the look of it. Even then, you should probably use the facilities of the theme mechanism wherever possible to make your widget follow

[pygtk] Treeview Tooltips

2006-05-04 Thread Frederic Back
Hello, is there a simple way to add tooltips to cells in a treeview? If not, I guess that catching button events on the treeview and popping up menues are the way to go. Cheers, Fred ___ pygtk mailing list pygtk@daa.com.au

[pygtk] Toggle menu item and toggle button syncronized

2006-05-04 Thread Adolfo González Blázquez
Hello, I'm trying to syncronize a toggle menu item, and a toggle button, so when one of them is activated, the other one gets activated as well. The problem comes when cliking the menu item, i try to activate the button, and this catch the 'clicked' signal, so it tries to activate the menu, and

Re: [pygtk] Treeview Tooltips

2006-05-04 Thread Stephen Langer
On May 4, 2006, at 8:02 AM, Frederic Back wrote: Hello, is there a simple way to add tooltips to cells in a treeview? If not, I guess that catching button events on the treeview and popping up menues are the way to go. Cheers, Fred Here's an e-mail exchange I had about adding tooltips

Re: [pygtk] Toggle menu item and toggle button syncronized

2006-05-04 Thread Stephen Langer
On May 4, 2006, at 9:47 AM, Adolfo González Blázquez wrote: The problem comes when cliking the menu item, i try to activate the button, and this catch the 'clicked' signal, so it tries to activate the menu, and that si a kind of infinite loop. Maybe i'm not explaining myself clearly... The

Re: [pygtk] Improving pygtk appearance, or moving to wxPython?

2006-05-04 Thread JUAN ERNESTO FLORES BELTRAN
Andrew Conkling wrote: Then you need to install a good theme. :) Your distro, assuming you're using a major one, should come with a good selection already. I am running Suse 10.0 Thomas Mills wrote: In general, the theme philosophy is meant to give users control over the appearance of

Re: [pygtk] Improving pygtk appearance, or moving to wxPython?

2006-05-04 Thread Johan Dahlin
JUAN ERNESTO FLORES BELTRAN wrote: Andrew Conkling wrote: Then you need to install a good theme. :) Your distro, assuming you're using a major one, should come with a good selection already. I am running Suse 10.0 Thomas Mills wrote: In general, the theme philosophy is meant to give

Re: [pygtk] Improving pygtk appearance, or moving to wxPython?

2006-05-04 Thread Steve McClure
On Thu, 2006-05-04 at 16:12 +, JUAN ERNESTO FLORES BELTRAN wrote: Andrew Conkling wrote: Then you need to install a good theme. :) Your distro, assuming you're using a major one, should come with a good selection already. I am running Suse 10.0 Thomas Mills wrote: In general, the

Re: [pygtk] Improving pygtk appearance, or moving to wxPython?

2006-05-04 Thread JUAN ERNESTO FLORES BELTRAN
Steve McClure wrote: The theme is specific to the desktop and varies with each installation. then, how can i maintain the nice looking independently of the system/installation my code is running on?? Do you not like the color of your text input boxes, or do you like rounded buttons versus

[pygtk] 2 Combo Boxes! What was I thinking?

2006-05-04 Thread John CORRY
Hi, I have set up a GUI which has amongst other widgets two combo boxes. I am using: PythonCard version: 0.8.1 wxPython version: 2.6.1.0 Python version: 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] Platform: win32 Glade 2 I started by setting up

Re: [pygtk] Improving pygtk appearance, or moving to wxPython?

2006-05-04 Thread Osmo Salomaa
to, 2006-05-04 kello 18:27 +, JUAN ERNESTO FLORES BELTRAN kirjoitti: Steve McClure wrote: The theme is specific to the desktop and varies with each installation. then, how can i maintain the nice looking independently of the system/installation my code is running on?? Sorry for not

[pygtk] Volumen button like Totem's using pygtk

2006-05-04 Thread Adolfo González Blázquez
Hello, I'm writing a little audio player using pygtk, and i would like to know if someone knows any project that had implemented the bacon-volume widget from Totem and Rhythmbox in pygtk. Thank you very much -- adolfo signature.asc Description: Esta parte del mensaje está firmada digitalmente

Re: [pygtk] Improving pygtk appearance, or moving to wxPython?

2006-05-04 Thread Greg Ewing
JUAN ERNESTO FLORES BELTRAN wrote: i just not like the color/shape/etc of the default pygtk installation i want to improve it and keep it consistent independently of the system/installation my code is running on...no matter the system i run the code on or the theme is installed, i want the