Re: [pygtk] Re: LCD-style display widget

2008-06-23 Thread Frédéric
Le 17/6/2008, John Stowers [EMAIL PROTECTED] a écrit: You can zoom in and out with scroll wheel (and change brightness with ctrl+scroll). Double click to change text. Hi, I finally got something from the code you posted. I made a LCDLabel widget, which is a simplified version of the LCD gui.

Re: [pygtk] gtk.ListStore columns in a gtk.ComboBox (added full code listing)

2008-06-23 Thread Walter Leibbrandt
Hi, Having recently had my own struggle with ComboBoxen (more specifically ComboBoxEntry's), I can sum up my experience with the following statement: (Py)Gtk wants ComboBoxes' models to have a str column first! I've tried using a ListStore(gobject.TYPE_PYOBJECT) (for my own models) with

Re: [pygtk] Scrolling gtk.Viewport to a specific location

2008-06-23 Thread Thomas Guettler
Mitko Haralanov schrieb: I have a gtk.ScrolledWindow, which has a gtk.VBox added with a gtk.Viewport. What I would like to do is be able to scroll the gtk.ScrolledWindow to a specific location (one of the gtk.VBox children). I know how to do the actual scrolling (using the h/vadjustments) but

[pygtk] gobject.child_watch_add on Windows?

2008-06-23 Thread Geoff Bache
Hi all, I couldn't persuade gobject.child_watch_add to work on Windows. I'm passing it a process ID as received from subprocess.Popen but it seems to want one of those process handle things. Is this function only meant to work with processes created via gobject.spawn_async? Problem with

Re: [pygtk] gtk.ListStore columns in a gtk.ComboBox

2008-06-23 Thread BJörn Lindqvist
On Sun, Jun 22, 2008 at 4:09 PM, Isaac Alston [EMAIL PROTECTED] wrote: I am making a search function where users can select two fields which they'd like to search on in a database. I'm having trouble displaying a single column from a gtk.ListStore with multiple columns in a gtk.ComboBox

Re: [pygtk] Error message

2008-06-23 Thread BJörn Lindqvist
On Fri, Jun 20, 2008 at 10:35 AM, Frédéric [EMAIL PROTECTED] wrote: /usr/local/lib/python2.4/site-packages/papywizard/view/configDialog.py:74: GtkWarning: gtk_tree_row_reference_new: assertion `GTK_IS_TREE_MODEL (model)' failed self.wTree = gtk.glade.XML(gladeFile)

[pygtk] right-click events

2008-06-23 Thread Adiv
Hi, is there any way to only capture right-mouse-button clicks? All I can seem to find is double- and triple-clicking. I know Tkinter can capture right-button clicks, so I was hoping GTK could as well. ___ pygtk mailing list pygtk@daa.com.au