[pygtk] gdl.Dockbar question

2009-04-26 Thread Ariel Keselman
Hi all, I'm trying to study gdl, using some sample programs. While the dock generally works, I cannot minimize them, since they disappear... see attached code. What am I doing wrong? #!/usr/bin/python import pygtk pygtk.require("2.0") import gtk, gdl class DockExample: #main window win

[pygtk] gdl.DockBar question

2005-05-16 Thread pier carteri
Hi to all, I've played a bit with gdl package (thanks John for you previous mail). In my example (see attach) I've problems with the DockBar because it never shows icons when items are minimized. Please consider that I don't have any documents about these widget, and my code is merely based on gnom