Re: [pygtk] which widget?

2011-08-03 Thread Timo
On 03-08-11 02:21, wrote: please see my attachment ,which widget the region1,region2 is? Region1 seems to be a treeview and region2 a specialized textview. how to make it?? The treeview widget is available in the standard installation. For such a specialized textview, you could have

[pygtk] which widget?

2011-08-02 Thread 守株待兔
please see my attachment ,which widget the region1,region2 is? how to make it?? re2 Description: Binary data ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

Re: [pygtk] which widget

2010-12-02 Thread Robert Park
On Thu, Dec 2, 2010 at 12:16 AM, Leon Bogaert l...@tim-online.nl wrote: Yeah, but how should I for it to always be on the entries in the ListStore? Because now one can type anything in the combobxEntry. A user could type something, ignore the suggestions and move the focus to another widget.

Re: [pygtk] which widget

2010-12-02 Thread Leon Bogaert
: Re: [pygtk] which widget On Thu, Dec 2, 2010 at 12:16 AM, Leon Bogaert l...@tim-online.nl wrote: Yeah, but how should I for it to always be on the entries in the ListStore? Because now one can type anything in the combobxEntry. A user could type something, ignore the suggestions and move

Re: [pygtk] which widget

2010-12-02 Thread Stephen George
On 2/12/2010 6:16 PM, Leon Bogaert wrote: Yeah, but how should I for it to always be on the entries in the ListStore? Because now one can type anything in the combobxEntry. A user could type something, ignore the suggestions and move the focus to another widget. How should I deal with this

Re: [pygtk] which widget

2010-12-02 Thread Leon Bogaert
Hi Steve, thanks for the links. They both look promising! From: Stephen George [steve_...@optusnet.com.au] Sent: Thursday, December 02, 2010 22:21 To: Leon Bogaert Cc: pygtk@daa.com.au Subject: Re: [pygtk] which widget On 2/12/2010 6:16 PM, Leon Bogaert

[pygtk] which widget

2010-12-01 Thread Leon Bogaert
Hi all, I'm new to gtk and I don't really know what widget to use for this case; I have a long list of projects. At first it thought about using a combobox but I would really like the user to type the project he/she wants. And it should be fuzzy. So it doesn't only match the first part of the

Re: [pygtk] which widget

2010-12-01 Thread Leon Bogaert
From: pygtk-boun...@daa.com.au [pygtk-boun...@daa.com.au] on behalf of Leon Bogaert [l...@tim-online.nl] Sent: Wednesday, December 01, 2010 23:37 To: pygtk@daa.com.au Subject: [pygtk] which widget Hi all, I'm new to gtk and I don't really know what widget to use for this case; I have a long list

Re: [pygtk] which widget

2010-12-01 Thread Robert Park
On Wed, Dec 1, 2010 at 3:59 PM, Leon Bogaert l...@tim-online.nl wrote: So my questions now becomes: how can I (combobox)entry with suggestions and force it to be one of the entries in the ListStore? Well, you'd have to attach a signal handler to your comboboxentry, and in the handler you'd

Re: [pygtk] which widget

2010-12-01 Thread Leon Bogaert
: Thursday, December 02, 2010 07:22 To: Leon Bogaert Cc: pygtk@daa.com.au Subject: Re: [pygtk] which widget On Wed, Dec 1, 2010 at 3:59 PM, Leon Bogaert l...@tim-online.nl wrote: So my questions now becomes: how can I (combobox)entry with suggestions and force it to be one of the entries