Re: [pygtk] Confussing package names

2003-12-15 Thread John (J5) Palmieri
On Tue, 2003-12-16 at 05:05, Sajith VK wrote: > Hi, > I am new to the list and am using pygtk for a while. > The main confussion pygtk make is about its name. I have seen > pygtk, pygnome, pyglade, python-gtk, python-gnome and python-glade. > I am a debian user and I have Installed python2.3-

[pygtk] Confussing package names

2003-12-15 Thread Sajith VK
Hi, I am new to the list and am using pygtk for a while. The main confussion pygtk make is about its name. I have seen pygtk, pygnome, pyglade, python-gtk, python-gnome and python-glade. I am a debian user and I have Installed python2.3-glade. What exactly is the relation between all these?

Re: [pygtk] MVC question on TreeView

2003-12-15 Thread Christian Robottom Reis
On Mon, Dec 15, 2003 at 03:41:52PM +, Emanuele Olivetti wrote: > Why the update is delayed? How can I solve the problem in the Right > Way (TM)? (there are some dirty hacks, but they are not good to > show in an example) Could this be FAQ 13.21 biting yet another user? http://www.async.co

Re: [pygtk] button modifier keys

2003-12-15 Thread Christian Robottom Reis
On Sun, Dec 14, 2003 at 05:46:22PM -0600, John Hunter wrote: > > I want the behavior of a button to be different depending on whether a > modifier key is pressed when that button is pressed. I haven't > succeeded yet in capturing the keys pressed. The bottom lives in a > gtk.Toolbar. > > I have

Re: [pygtk] change color to a gnomePrintFont

2003-12-15 Thread Gustavo J. A. M. Carneiro
A Seg, 2003-12-15 às 17:14, Pier Carteri escreveu: > Hi to all! > I'm looking for the possibility to change some properties of a > gnomePrintFont. More precisely I want to be able to change the color, > the weight (i.e. normal, bold) and the style (i.e. normal > oblique/italic). How can I do it?

Re: [pygtk] any open source programms done with pygtk2 ?

2003-12-15 Thread Christian Robottom Reis
On Sun, Dec 14, 2003 at 09:07:55PM +, Gustavo J. A. M. Carneiro wrote: > > My solution to this problem was to create a very simple python > > extension module in C that wraps the glib logging functions. This allows > > one to setup a logging handler in their python program (I provided a > > def

[pygtk] [Ann] new website

2003-12-15 Thread Lorenzo Gil Sanchez
Hi, for those of you who still doesn't know we are proud to announce the new PyGTK website at http://www.pygtk.org. Some of us thought that we should put everything related to PyGTK in the same place so that's the main target of the web. No need to say that the web is not finished yet and we hav

[pygtk] change color to a gnomePrintFont

2003-12-15 Thread Pier Carteri
Hi to all! I'm looking for the possibility to change some properties of a gnomePrintFont. More precisely I want to be able to change the color, the weight (i.e. normal, bold) and the style (i.e. normal oblique/italic). How can I do it? Thank you! Pier -- Pier Carteri <[EMAIL PROTECTED]>

Re: [pygtk] MVC question on TreeView

2003-12-15 Thread Jeff Bowden
--- ttt1.py~2003-12-15 09:00:38.0 -0800 +++ ttt1.py2003-12-15 09:05:26.0 -0800 @@ -23,13 +23,15 @@ model, row = view.get_selection().get_selected() print model.get_value(row,0).name, model.get_value(row,0).surname +global view def change(button, people): """Swap

[pygtk] Re: Multiple fonts on drawingArea . [WAS: High CPU problem example]

2003-12-15 Thread Jean-Baptiste Cazier
Sæll ! Thanks a lot I replace all my area.modify_font_desc by layout.set_font_description This is indeed much less expensive and everything works smoothly now ! Kv. JB On Mon, 15 Dec 2003 11:49:55 -0300 alejandro david weil <[EMAIL PROTECTED]> wrote: > Ey! > I'm going to write this fast, 'ca

[pygtk] ANN: matplotlib-0.40 python plots with matlab syntax

2003-12-15 Thread John Hunter
matplotlib is a pure python 2D plotting library with a matlab syntax which produces publication quality figures using in a variety of hardcopy formats (PNG, JPG, TIFF, PS) and interactive GUI environments (WX, GTK) across platforms. matplotlib can be used in python scripts, interactively from the

[pygtk] MVC question on TreeView

2003-12-15 Thread Emanuele Olivetti
Hi, I'm writing a set of examples for basic use of TreeView widget for those who only need to manage lists (and not trees). Here in the following there is an example wich shows a cryptic behaviour: a list of items is shown (names, surnames) and when you click the button name and surname should swap

Re: [pygtk] button modifier keys

2003-12-15 Thread John Hunter
> "Steve" == Steve McClure <[EMAIL PROTECTED]> writes: Steve> Why use the event box? You can add a key_press_event Steve> handler on the button itself and that seems to work for me. I tried that first, and when it failed, went to the FAQ and read about event boxes. It seems to have s

Re: [pygtk] button modifier keys

2003-12-15 Thread Steve McClure
On Sun, 2003-12-14 at 18:46, John Hunter wrote: > I want the behavior of a button to be different depending on whether a > modifier key is pressed when that button is pressed. I haven't > succeeded yet in capturing the keys pressed. The bottom lives in a > gtk.Toolbar. > > I have tried various i

[pygtk] Multiple fonts in single drawingArea ? [WAS: High CPU problem example]

2003-12-15 Thread Jean-Baptiste Cazier
Sæl Alejandro Thanks for your indications. It seems like a nice work around the problem. But it is quite heavy when I consider to draw potentially hundreds of this labels. You deserve more explanation to understand my problem: I want to have at least 2 fonts on the same drawing area because I am

[pygtk] Multiple fonts on drawingArea . [WAS: High CPU problem example]

2003-12-15 Thread Jean-Baptiste Cazier
Warning: This message has had one or more attachments removed. The name of the attachment(s) is plot.1.ext.jpg Please contact [EMAIL PROTECTED] (+354 570-1890) if you need assistance. Sæl Alejandro Thanks for your indications. It seems like a nice work around the problem. But it is quite heavy

Re: [pygtk] Gnome-python and the GNOME Platform Bindings release set

2003-12-15 Thread Felix Kühling
On Sun, 14 Dec 2003 22:47:37 +0100 Xavier Ordoquy <[EMAIL PROTECTED]> wrote: [snip] > * You may not add API in the stable (2.6.x, for instance) phase. You > must wait until the next schedule to add API. Remember, it's not a > problem if you must wait to add API, because you must only wait <6 > mo