[pygtk] gtk table with border

2010-12-07 Thread Leon Bogaert
Hi all,

I've created a window with some widgets in it. They're layed out with a 
gtkTable. I would like to have a border around the top row of that table. What 
are my options.I've read that a border isn't part of the default table. But 
what _can_ I do to draw a border? Or even better, would it be possible to draw 
an image over that area? A transparent one.

And, something different, what would be the best way to animate the colon when 
the timer is running? I thought about emitting a signal every x time from my 
timer object. When the signal is received: replace the colon with a space. 
Would this be a good idea? :)

Thanks again!

Regards,
Leon
attachment: Screenshot-9.png___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

[pygtk] Builder set_custom_handler

2010-12-07 Thread Alessandro Dentella

I want to port an application from glade to Builder but I don't understand
how to cope with custom widgets. Any ponters to this? I saw a mail from
Geral Britton last year but no one answered publicly.


thanks in advance
sandro
*:-)



-- 
Sandro Dentella  *:-)
http://www.reteisi.org Soluzioni libere per le scuole
http://sqlkit.argolinux.orgSQLkit home page - PyGTK/python/sqlalchemy
___
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] Builder set_custom_handler

2010-12-07 Thread Marian Tietz
On Wed, 8 Dec 2010 00:51:59 +0100
Alessandro Dentella san...@e-den.it wrote:

 
 I want to port an application from glade to Builder but I don't understand
 how to cope with custom widgets. Any ponters to this? I saw a mail from
 Geral Britton last year but no one answered publicly.
 

You could look here[1] and also look in the sources of this project [2], it
uses glade with gtk.Builder.

 
 thanks in advance
 sandro
 *:-)

Regards.

[1]: 
http://unpythonic.blogspot.com/2007/03/custom-pygtk-widgets-in-glade3-part-2.html
[2]: http://redmine.ikkoku.de/projects/sushi-tekka/repository
___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/