[pygtk] Re: ANNOUNCE: kiwi 1.9.13

2007-02-01 Thread Christian Robottom Reis
On Thu, Feb 01, 2007 at 03:27:29PM -0200, Johan Dahlin wrote: > http://www.async.com.br/projects/kiwi/download/kiwi-1.9.12.tar.gz Heh. What can I say? -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing l

Re: [pygtk] Re: pygtk.org mockup

2006-07-27 Thread Christian Robottom Reis
> a decision on something as trivial as this, once again distracts them > from the actual content. Yeah, I don't think expandability is what we want -- just smart placement of that information. -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 __

Re: [pygtk] Re: pygtk.org mockup

2006-07-27 Thread Christian Robottom Reis
something? Could we get away with floating that to the right, or doing something different? -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] Bug in FAQ 22.7

2005-11-25 Thread Christian Robottom Reis
ch. This made me think that we might want to separate the parsing of the tree into a separate method; something like: self.tree = gtk.glade.XML("foo.glade") self.tree.set_custom_handler(self.custom_widget_handler) self.tree.pa

Re: [pygtk] Undo and Redo

2005-09-19 Thread Christian Robottom Reis
is this just an example? Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] Treeview signals

2005-06-21 Thread Christian Robottom Reis
is sounds like pretty basic functionality; are you sure this isn't your GTK+ broken? Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/li

Re: [pygtk] Detect that all windows are closed

2005-05-31 Thread Christian Robottom Reis
l handler. I have no clue why list_toplevels would return windows which did not have the type WINDOW_TOPLEVEL but.. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list pygtk@daa.com.au http

Re: [pygtk] Sharing a notebook and a statusbar in two gtk windows

2005-05-30 Thread Christian Robottom Reis
ake care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] RTL/LTR layout

2005-05-26 Thread Christian Robottom Reis
ched > google a bit, but didn't find anything to focus on. Any pointers would > be much appreciated. Can you be more explicit as to what you want? We have gtk.Fixed, but I suspect that's not what you're looking for.. Take care, -- Christian Robottom Reis | http://

Re: [pygtk] Convert a pixbuf to a pil Image ?

2005-05-25 Thread Christian Robottom Reis
e from Johan were: pixbuf.get_pixels() PIL.Image.frombuffer() If you manage, could you post a very small testcase so I can add that to the FAQ? Thanks. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list

Re: [pygtk] internationalization with libglade

2005-05-25 Thread Christian Robottom Reis
files? Is there another (more elegant) >way? > >I think it is not even portable. Hmmm. There was some cruft that only related to Python2.0 through Python2.2. I removed that and did some minor editing. Is it better? Take care, -- Christian Robottom Reis | http://async.co

Re: [pygtk] internationalization with libglade

2005-05-25 Thread Christian Robottom Reis
ygtk/index.py?req=show&file=faq22.003.htp Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] Plugs and Sockets - newbie questions

2005-05-24 Thread Christian Robottom Reis
www.async.com.br/faq/pygtk/index.py?req=show&file=faq19.015.htp Comments and edits welcome. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mai

Re: [pygtk] problems rendering long string in gtk.TextView

2005-05-23 Thread Christian Robottom Reis
the window is not long enough to render all lines of text, the > vertical scrollbar is of no help. Meaning it doesn't appear when it should? It seems to be a GTK+ rendering bug, and you make be able to work around it by poking queue_resizes at one or more of the relevant widget. Take care, -

Re: [pygtk] cannot import gnome

2005-05-23 Thread Christian Robottom Reis
On Mon, May 23, 2005 at 04:36:31PM +0200, Martijn Brouwer wrote: > Christian Robottom Reis wrote: > >On Fri, May 20, 2005 at 01:19:40PM +0200, Martijn Brouwer wrote: > > > >>I have a Debian Sarge system with python 2.3 and python-gnome-2.6.1. > >>Importing

Re: [pygtk] composition widget

2005-05-23 Thread Christian Robottom Reis
could find a volunteer Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: Re: [pygtk] Wrapping Gtksheet

2005-05-21 Thread Christian Robottom Reis
gtksheet. Lorenzo raises an important question in this aspect: what do you need in GtkSheet that GtkTreeView doesn't give you already? If you can answer that question I can help guide your efforts. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55

Re: [pygtk] composition widget

2005-05-20 Thread Christian Robottom Reis
hat won't work. Are you confused about packing semantics? Look at the FAQ, and then try gazpacho out for an easier learning curve. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list pygtk@d

Re: [pygtk] cannot import gnome

2005-05-20 Thread Christian Robottom Reis
t be installed for the 2.0 variant you are using (you say python-gnome-2.6.1, but are you sure?) What do your site-packages/gtk* and gnome* contents look like? Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___

Re: [pygtk] Wrapping Gtksheet

2005-05-20 Thread Christian Robottom Reis
On Thu, May 19, 2005 at 11:47:42AM +0100, John Gill wrote: >If you check the list you'll see I'm constantly whining about performance >of the TreeView when you have really large datasets to browse. Even in fixed height mode? Take care, -- Christian Robottom Reis | htt

Re: [pygtk] GtkWarning: gtk_tree_view_append_column

2005-05-18 Thread Christian Robottom Reis
t; " GtkWarning: gtk_tree_view_append_column: assertion `column->tree_view == > NULL' failed > self._spp_treeview.append_column(self.spp)" Why are you appending the columns multiple times? They only need to be appended once, to set up the treeview -- once that's done you should be fine.

Re: [pygtk] Inheriting window with widgets

2005-05-18 Thread Christian Robottom Reis
uot;. He should be careful to extract the first child of this window or supply a toplevel which /is/ insertable into container, or else he'll have trouble for the obvious reasons. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 __

Re: [pygtk] Wrapping Gtksheet

2005-05-18 Thread Christian Robottom Reis
dapt? Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] Select a specific cell on a TreeView

2005-05-17 Thread Christian Robottom Reis
w.async.com.br/faq/pygtk/index.py?req=show&file=faq19.014.htp Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Re

Re: [pygtk] gtk dock widget

2005-05-17 Thread Christian Robottom Reis
item, but I would love confirmation that the thing works as expected. How much is wrapped? Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailm

Re: [pygtk] Select a specific cell on a TreeView

2005-05-17 Thread Christian Robottom Reis
rote a GtkGrid widget once. What happened to it? Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.as

Re: [pygtk] pygtk2 porting problem

2005-05-16 Thread Christian Robottom Reis
_init__() method when I already have > an _m.B object to wrap, as this would create another instance. Indeed. As I said, inheriting is just going to complicate things. /me repeats the mantra "Composition. Composition. Composition." Take care, -- Christi

Re: [pygtk] Signal emitted when a row in TreeView is selected?

2005-05-15 Thread Christian Robottom Reis
find any! Note the get_selection(). The signal is on the selection instance itself. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/

Re: [pygtk] GtkHtml

2005-05-15 Thread Christian Robottom Reis
On Mon, May 16, 2005 at 12:01:55AM +0200, Nikos Kouremenos wrote: > On 5/15/05, Christian Robottom Reis <[EMAIL PROTECTED]> wrote: > > On Fri, May 13, 2005 at 02:44:23PM +0300, Nikos Kouremenos wrote: > > > there is also webcore.sf.net > > > > Is there? Tha

Re: [pygtk] pygtk2 porting problem

2005-05-15 Thread Christian Robottom Reis
oo many underscores for me to grok in these 30 seconds. Why do you need to inherit from _m.b? Simple composition should work for the simpler cases, shouldn't it? Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 __

Re: [pygtk] combobox with treemodel?

2005-05-15 Thread Christian Robottom Reis
re you can. If you do, could you add a FAQ item for us? Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the P

Re: [pygtk] Signal emitted when a row in TreeView is selected?

2005-05-15 Thread Christian Robottom Reis
htp I've improved the stub example there. Nikos's suggestion appears to use the cursor-changed signal. Is that reasonable? Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] GtkHtml

2005-05-15 Thread Christian Robottom Reis
ut not sure if it > will work in windoz Hmmm. This is an interesting point: Gustavo, do you guess how compilable would gtkmozembed be via g-p-e on win32? Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___

Re: [pygtk] threads and win32 gtk

2005-05-15 Thread Christian Robottom Reis
-> FAQ 21.3 (redone for the nth time): http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq21.003.htp Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list pygtk@daa.com.

Re: [pygtk] Pygtk property_change

2005-05-15 Thread Christian Robottom Reis
y_change(VES_DESKTOP_WINDOW_ATOM, > WINDOW_ATOM, 32, > gtk.gdk.PROP_MODE_REPLACE, > [win.window.xid]) Mangled into FAQ 10.19: http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq10.019.htp Take care, -- Christ

Re: [pygtk] New gtk.ToolButoon & setting gtk.Tooltips

2005-05-15 Thread Christian Robottom Reis
p://www.async.com.br/faq/pygtk/index.py?req=show&file=faq09.006.htp Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] gtk.UIManager advantages

2005-05-12 Thread Christian Robottom Reis
enu. Converting this to a uimanager means I can supply a ui description > and actiongroup with my modular functions in order to add to the menus. Are you aware that Gazpacho has support for UIManager? Before recoding your application, check out that possibility. Take care, -- Christian Ro

Re: [pygtk] threads and win32 gtk

2005-05-12 Thread Christian Robottom Reis
to be done fixed. Or document a set of workarounds that /does/ work around the problems reliably. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman

Re: [pygtk] New gtk.ToolButoon & setting gtk.Tooltips

2005-05-10 Thread Christian Robottom Reis
On Tue, May 10, 2005 at 09:56:17PM +0200, Danny Milosavljevic wrote: > Am Dienstag, den 10.05.2005, 11:01 -0300 schrieb Christian Robottom > Reis: > > On Tue, May 10, 2005 at 07:00:58AM -0700, Brian wrote: > > > On Tue, 2005-10-05 at 09:49 +0200, Danny Milosavlje

Re: [pygtk] New gtk.ToolButoon & setting gtk.Tooltips

2005-05-10 Thread Christian Robottom Reis
t call last): > File "./tooltip.py", line 78, in ? > tt = Tooltips() > File "./tooltip.py", line 51, in __init__ > button1.set_tip(tooltips) > AttributeError: 'gtk.ToolButton' object has no attribute 'set_tip' But the example above has

Re: [pygtk] Pygtk property_change

2005-05-10 Thread Christian Robottom Reis
y_change(VES_DESKTOP_WINDOW_ATOM, > WINDOW_ATOM, 32, > gtk.gdk.PROP_MODE_REPLACE, > [win.window.xid]) You must mean root.window.xid, no? Take care, -- Christian Robottom Reis | http:/

Re: [pygtk] Windows Environment variables setting from Python

2005-05-09 Thread Christian Robottom Reis
program that sets variable c. runs another program that checks variable it is unlikely to work. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] Pygtk property_change

2005-05-09 Thread Christian Robottom Reis
n("ATOM", False), 32, >gtk.gdk.PROP_MODE_REPLACE, >[desktop_type]) > > gtk.main() What would be an appropriate question for a FAQ item that contained this as an answer? Take care, -- Christian Robottom Reis | http://async.com

World record, was Re: [pygtk] Problems getting color values

2005-05-09 Thread Christian Robottom Reis
On Mon, May 09, 2005 at 11:05:30AM -0300, Johan Dahlin wrote: > The main focus of PyGTK is making it easier to develop graphical > applications, not harder. This has got to be the best sentence ever posted to this mailing list. Take care, -- Christian Robottom Reis | http://async.com.br

Re: [pygtk] Problems getting color values

2005-05-09 Thread Christian Robottom Reis
erence in win32, > > >but try running X11 apps through a modem and you'll know what I mean. > > > Well, one could argue that in most cases it doesn't matter. And when it > > actually does it can easily be changed into an atom instea

Re: [pygtk] Problems getting color values

2005-05-09 Thread Christian Robottom Reis
is be breaking the API in subtle ways, or is it a nice addition to PyGTK? Let's get a bug on it if the former. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] Control + Click in Tree view

2005-04-19 Thread Christian Robottom Reis
(instead of key_press_event) -- the control mask should be set on the event, regardless. I think there is another option you can use by inspecting the gdk window and then checking to see if control is pressed -- Gustavo, do you remember how this is done? Take care, -- Christian Robottom Reis | http://

Re: [pygtk] gnome_program_init()

2005-04-13 Thread Christian Robottom Reis
an't help you your kind of lost? Persist. The IRC channel, this mailing list, the FAQ, the tutorial, the reference, the source code and the creator are all here to help you, and once you get the hang of it PyGTK is a _lot_ easier than any other toolkit out there. Take care, -- Christian Robott

Re: [pygtk] ANNOUNCE: Gazpacho 0.5.3

2005-04-12 Thread Christian Robottom Reis
orenzo at Async; he'll likely help us out from now on, but we're assuming development of it in-house. Johan, I and possibly Gustavo will be hacking on it. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___

Re: [pygtk] PyGTK General Wiki

2005-04-12 Thread Christian Robottom Reis
ces' > section (FrontPage). From 'GnomeLanguageBindings' page there is 'PyGTK' link. > > http://live.gnome.org/PyGTK I've added a link to this from the PyGTK website. It should be updated by tomorrow; enjoy! Take care, -- Christian Robottom Reis | http://a

Re: [pygtk] the ultimate resource?

2005-04-11 Thread Christian Robottom Reis
ead of spend my days in > ulricehamn developing business-logic :) Ulricehamn isn't such a bad place, though it's been one hacker shy for a couple of years now Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 __

Re: [pygtk] Popup Menu

2005-04-11 Thread Christian Robottom Reis
't really know; you'd need a way to capture X events on the X root window and then display your popup menu. This sounds like a pretty weird application, though; are you sure you've considered this design carefully enough? Take care, -- Christian Robottom Reis | http://async.com.b

Re: [pygtk] ANNOUNCE: Gazpacho 0.5.3

2005-04-11 Thread Christian Robottom Reis
On Mon, Apr 11, 2005 at 12:08:52PM -0400, John Ehresman wrote: > Christian Robottom Reis wrote: > >On Mon, Apr 11, 2005 at 04:39:19PM +0100, John Gill wrote: > > > >> What I've really wanted from glade for some time is the ability to build > >> frames, rathe

Re: [pygtk] ANNOUNCE: Gazpacho 0.5.3

2005-04-11 Thread Christian Robottom Reis
is documented in the kiwi howto: http://www.async.com.br/projects/kiwi/howto/node11.html If you'd like to try and suggest some UI for gazpacho to make this easier we'd be happy to evaluate it for implementation and inclusion. Take care, -- Christian Robottom Re

Re: [pygtk] PyGTK General Wiki

2005-04-11 Thread Christian Robottom Reis
> > > We could, as the rest of gnome and the gtk+ team use > http://live.gnome.org for development. Yeah, I'm thinking this might be the easiest way to set this up -- avoids any server-side setup on our part, just adding a link from pygtk.org to the wiki server. Sounds good? Take c

Re: [pygtk] PyGTK General Wiki

2005-04-11 Thread Christian Robottom Reis
t of content would go in the Wiki -- while I am happy to support it I know that maintaining a wiki organized is slightly more than a small chore. Johan, Lorenzo, what do you think? Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331

Re: [pygtk] Re: massrotate: gtkperl => pygtk

2005-03-30 Thread Christian Robottom Reis
postings from? Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] Callbacks for Click on label(Plz help with the signal name)

2005-03-22 Thread Christian Robottom Reis
http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq03.003.htp Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the Py

Re: [pygtk] gtk.Notebook

2005-03-22 Thread Christian Robottom Reis
t; access to the next page until the current page has been completed. Sounds like a wizard, not like a notebook. There's a reason widgets are designed the way they are Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331

Re: [pygtk] change contents of another Container

2005-03-15 Thread Christian Robottom Reis
d you can swap any widget for another using reparent() or add()/remove(). Shouldn't be very difficult, use a simple testcase to learn. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ pygtk mailing list py

Re: [pygtk] Verifying Entry inputs

2005-03-11 Thread Christian Robottom Reis
- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] Verifying Entry inputs

2005-03-11 Thread Christian Robottom Reis
at Async; Lorenzo, care to > send the address to the list? Correction: we're sorting out anonymous access to the repository. SVN isn't the piece of cake to serve that I would have hoped, but we're getting to it. We'll notify the list when it's ready. Take care, -- Christia

Re: [pygtk] licensing question

2005-02-25 Thread Christian Robottom Reis
FAQ 1.20 http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq01.020.htp Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] Spreadsheet widget

2005-01-12 Thread Christian Robottom Reis
t working > with gtk2 or abandoned. Is there any out there that fits those specs? Lorenzo worked on a grid widget last year; I suspect it might be the best option to go forward with here. Take care, -- Christian Robottom Reis | http://async.com.br/

Re: [pygtk] Notebook

2005-01-03 Thread Christian Robottom Reis
ve tabs are *not* a common UI idiom, and therefore, probably a bad idea. I can't remember the last time I saw one. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ pygtk mailing list pygtk@daa.com.au http:

[pygtk] Re: gtk+ and pygtk to MacOSX

2004-12-29 Thread Christian Robottom Reis
r OS X (they do not run as native Cocoa applications). Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ

Re: [pygtk] ANNOUNCE: New version of PyGTK Tutorial and Reference Manual

2004-12-29 Thread Christian Robottom Reis
.html -- ? It would make things a bit more accessible -- particularly if the revision history is growing as it is. (I admit I'm not sure how difficult that, may be considering the HTML is automatically generated.) Take care, -- Christian Robottom Reis | http://async.com.br/~k

Re: [pygtk] TreeView problem...

2004-11-30 Thread Christian Robottom Reis
On Tue, Nov 30, 2004 at 10:45:58AM -0200, Adriano Monteiro wrote: > I create a treeview in glade, and I just don't know how to set the > columns in the code... http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq13.039.htp Take care, -- Christian Robottom Reis | http://asy

Re: [pygtk] ComboBoxEntry problem with glade

2004-11-29 Thread Christian Robottom Reis
.008.htp Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ 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] Accelerators, -groups and -maps

2004-11-28 Thread Christian Robottom Reis
006.htp Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ 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] Installing pygtk II

2004-11-28 Thread Christian Robottom Reis
PLAY unset, or are you using an su session to install the software? It appears matplotlib's import of gtk in setup.py is catching it off-guard.. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ pygtk mail

Re: [pygtk] Location of button images

2004-11-27 Thread Christian Robottom Reis
t be more receptive to the idea; plus, it's easy to hack Python. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pyg

Re: [pygtk] program and gui configuration.

2004-11-25 Thread Christian Robottom Reis
e contains both its logical as its GUI information. I'd say having two separate structures is best -- and both configuration and preferences should be separate as well. Yes, you will end up with 4*N components, but they each represent a very separate domain of concerns. Take care, -- Christian

Re: [pygtk] PyGTK for Mac OS X?

2004-11-21 Thread Christian Robottom Reis
http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq01.019.htp Comments, fixes, additions appreciated. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ pygtk mailing list [EMAIL PROTECTED] htt

Re: [pygtk] subclasses

2004-11-21 Thread Christian Robottom Reis
t worked flawlessly > with version 0.6.9 Of *GTK*Window or GdkWindow? This method is attached to GdkWindow -- and you'll need to do a get_window() on your GtkWindow object to get that. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___

Re: [pygtk] using a "quit dialog"

2004-11-21 Thread Christian Robottom Reis
; Have you tried catching delete_event? http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq10.005.htp http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq10.006.htp http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq10.011.htp Take care, -- Christia

Re: [pygtk] How to Set a Window Icon to a Stock Image

2004-11-19 Thread Christian Robottom Reis
ICON_SIZE_MENU) > dialog.set_icon(pixbuf) -> FAQ 8.11 http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq08.011.htp Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ pygtk mailing list [E

Re: [pygtk] Change font of a CellRendererText

2004-11-18 Thread Christian Robottom Reis
;t get it. -> FAQ 13.40 http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq13.040.htp It would be great if someone could contribute some code snippets of examples so visitors could see it in action. Any takers? Take care, -- Christian Robottom Reis | http:/

Re: [pygtk] Glade interface translation

2004-11-17 Thread Christian Robottom Reis
thanks to Martin. See: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=516412&group_id=5470 Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ pygtk mailing list [EMAIL PROTECTED] htt

Re: [pygtk] pango markup not working

2004-11-17 Thread Christian Robottom Reis
p;file=faq07.007.htp Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ 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] Re: Suggested GnomePython reorganization (gtksourceview)

2004-11-17 Thread Christian Robottom Reis
Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ 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] How to Set a Window Icon to a Stock Image

2004-11-17 Thread Christian Robottom Reis
On Wed, Nov 17, 2004 at 09:30:16PM +0100, Gian Mario Tagliaretti wrote: > On Wednesday 17 November 2004 21:05, Christian Robottom Reis wrote: > > > > What returns None? img? Hopefully your img here is not None. > > If I'm not completely drunk after two glass of nice &q

Re: [pygtk] How to Set a Window Icon to a Stock Image

2004-11-17 Thread Christian Robottom Reis
On Wed, Nov 17, 2004 at 09:00:48PM +0100, Gian Mario Tagliaretti wrote: > On Wednesday 17 November 2004 20:44, Christian Robottom Reis wrote: > > > Careful. Does the following work? > > > > img = gtk.Image() > > img.set_from_stock(gtk.STOCK_DIALOG_INFO, gtk.I

Re: [pygtk] How to Set a Window Icon to a Stock Image

2004-11-17 Thread Christian Robottom Reis
.set_from_stock(gtk.STOCK_DIALOG_INFO, gtk.ICON_SIZE_BUTTON) If so, read carefully. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Rea

Re: [pygtk] CList, yes gtk1.2, question

2004-11-17 Thread Christian Robottom Reis
lt, but Kiwi uses this to some success. See Kiwi.List.enable_column_select() for details. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailma

[pygtk] win32 threading

2004-11-10 Thread Christian Robottom Reis
édric or John Hunter might know.. http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq21.003.htp Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ pygtk mailing list [EMAIL PROTECTED] http:

Re: [pygtk] gtk.Entry text alignment issue

2004-11-09 Thread Christian Robottom Reis
id=59799 Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ 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] problems with glade and tooltips within toolbuttons

2004-11-09 Thread Christian Robottom Reis
offered via a Menu Item, and that's the standard way of reaching that functionality via the keyboard. I'd take a peek in the GNOME HIG if I wasn't so busy this morning.. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331

Re: [pygtk] Is it Me or gnome-python/pygtk?

2004-11-08 Thread Christian Robottom Reis
> And to answer kiko's earlier question: no, neither bug report nor cvs > commit to fix this yet :-P How about you or someone who has a clue about this filing one so I can delete one more item of email from my inbox? :-) Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/

Re: [pygtk] Is it Me or gnome-python/pygtk?

2004-11-04 Thread Christian Robottom Reis
t_init__(aa=aa) > (or something like that) Was this filed as a bug or fixed in CVS? I missed the outcome.. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa

Re: [pygtk] where are ComboBox design decisions made?

2004-11-03 Thread Christian Robottom Reis
on would be for all > ComboBox's everywhere in gtk/gnome to default to selection by typing[2], Have you looked at the completion features that should be in 2.4? http://computing.ee.ethz.ch/sepp/gtk-2.4.13-mo/GtkEntryCompletion.html Take care, -- Christian

Re: [pygtk] libglade

2004-11-01 Thread Christian Robottom Reis
2.001.htp Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

[pygtk] /topic question

2004-10-30 Thread Christian Robottom Reis
that will be the case if the loop after it takes a lot of CPU time and you reupdate the widget later), but I'm not 100% sure not having run the code. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ pygtk

Re: [pygtk] Fwd: Mask in gtk.Entry

2004-10-25 Thread Christian Robottom Reis
icated insert_text handlers, but it's not a 2-hour project (I've done it before). Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listi

Re: [pygtk] Screenshot example, XID problem

2004-10-25 Thread Christian Robottom Reis
ian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ 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: [OT] Re: [pygtk] Screenshot ?

2004-10-21 Thread Christian Robottom Reis
8&next=4740&prev=&newsrc=,4738 I'll write to Lars about it. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ 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] ctree "look" pygtk2.2/gtk2.4

2004-10-21 Thread Christian Robottom Reis
On Thu, Oct 21, 2004 at 02:12:19PM +0100, Stuart Hughes wrote: > Christian Robottom Reis wrote: > >On Thu, Oct 21, 2004 at 10:45:54AM +0100, Stuart Hughes wrote: > > > >>From what I understand, 'ctree' is deprecated and you are supposed to > >>us

[OT] Re: [pygtk] Screenshot ?

2004-10-21 Thread Christian Robottom Reis
Please don't mark me as spam while looking for answers. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ 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] ctree "look" pygtk2.2/gtk2.4

2004-10-21 Thread Christian Robottom Reis
ill > work for me. Are you sure you've looked enough? There is both a Treeview tutorial, a Treeview section in the FAQ, and a part of the PyGTK tutorial dedicated to treeview. There are plenty of examples, too. Take care, -- Christian Robottom Reis | http://async.co

Re: [pygtk] Screenshot ?

2004-10-20 Thread Christian Robottom Reis
h the full archive at once ? Apart from using Google, I don't know. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyG

  1   2   3   4   5   6   7   >