[pygtk] ANNOUNCE: kiwi 1.9.4

2006-01-27 Thread Johan Dahlin
Kiwi is a PyGTK framework for building graphical applications loosely based on MVC Model-View-Controller (MVC) and Allen Holub's Visual proxy [1]. Think of Kiwi as a high-level, object-oriented layer built on PyGTK. Its design is based on real-world experience using PyGTK to develop large desktop

Re: [pygtk] import wnck error

2006-01-27 Thread Gian Mario Tagliaretti
2006/1/27, Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]>: > Yes, but that was fixed in 2.12.1, released on 2005-10-30. then it's time for the distro guys to update :) thanks Gustavo cheers -- Gian Mario Tagliaretti PyGTK GUI programming http://www.parafernalia.org/pygtk/ __

[pygtk] gdk region wrappers

2006-01-27 Thread David E. Konerding
Hi folks, In my quest to make a transparent container I finally found a solution, but I cannot implement it in pygtk. The idea is to set the shape for the container window using the gdk_window_shape_combine_region() function every time a widget is placed or moved in the container. I could

[pygtk] ANNOUNCE: Gazpacho 0.6.5

2006-01-27 Thread Johan Dahlin
Hi everybody, I'm happy to announce the 0.6.5 version of Gazpacho. As soon as files reaches the mirror you can fetch them from: http://ftp.gnome.org/pub/GNOME/sources/gazpacho/0.6/ Description === Gazpacho is a PyGTK application that let you design the Graphical User Interface of your

Re: [pygtk] accessibility mystery

2006-01-27 Thread Rich Burridge
Hi Dusty, Any ideas why some apps are noticed and some are asleep? See: http://developer.gnome.org/projects/gap/guide/gad/ which is a little dated now. The key is in the following paragraph: The implementation for the GTK widgets is in a module called GAIL (GNOME Accessbil

Re: [pygtk] expander column

2006-01-27 Thread asterix
On Fri, Jan 27, 2006 at 04:06:32PM +0100, Danny Milosavljevic wrote: > Hi, > > Am Freitag, den 27.01.2006, 07:40 +0100 schrieb Le Boulanger Yann: > > Le Boulanger Yann wrote: > > I want to use my own icons in it. > > Please honor the Gtk Theme. > no, I don't want a unique icon, but different o

Re: [pygtk] inconsistent with CellRendererToggle

2006-01-27 Thread Danny Milosavljevic
Hello, Am Donnerstag, den 26.01.2006, 13:06 -0800 schrieb Jonathan Shufelt: > Hello all, > Is it possible to set the inconsistent to the CellRenderToggle as a > single cell as opposed to a whole column. I can't see to find a > working example if that possible. Thanks, Jonathan I'm sorry, but I d

Re: [pygtk] expander column

2006-01-27 Thread Danny Milosavljevic
Hi, Am Freitag, den 27.01.2006, 07:40 +0100 schrieb Le Boulanger Yann: > Le Boulanger Yann wrote: > > Hi all, > > > > first little question, how can I access to style properties ? > > treeview.get_property('expander-size') doesn't work. And as doc says > > it's read only, I suppose I can't chan

Re: [pygtk] How to align entries in a table?

2006-01-27 Thread Steve McClure
On Thu, 2006-01-26 at 23:43 +0100, Sandro Dentella wrote: > Hi all, > >I'd like to understand how to align entry in a table so that it will be >"anchored" to the left. I can't find a way, not even using glade. The >idea is that while creating a mask to input data I'd like each entry t

Re: [pygtk] How to align entries in a table?

2006-01-27 Thread Steve McClure
On Fri, 2006-01-27 at 08:13 -0500, Steve McClure wrote: > On Thu, 2006-01-26 at 23:43 +0100, Sandro Dentella wrote: > > Hi all, > > > >I'd like to understand how to align entry in a table so that it will be > >"anchored" to the left. I can't find a way, not even using glade. The > >id

Re: [pygtk] import wnck error

2006-01-27 Thread Gustavo J. A. M. Carneiro
On Fri, 2006-01-27 at 08:46 +0100, Gian Mario Tagliaretti wrote: > 2006/1/13, Akbar <[EMAIL PROTECTED]>: > > >>> import wnck > > Traceback (most recent call last): > > File "", line 1, in ? > > ImportError: /usr/lib/python2.4/site-packages/gtk-2.0/wnck.so: undefined > > symbol: wnck_window_demand