I'm trying to save the column sizes when my app exits and restore them
when the app starts again.  I started by using the resize_column signal
but apparently that signal isn't generated when the right most column is
resized.  I have my CList in a ScrolledWindow so it is possible to do
that but the event isn't generated.  Am I doing something wrong, or is
there some way around this?

I'm using Gtk 1.2 and PyGtk 0.6.9.

A second question, while messing with this I decided I would just
capture the column sizes when the app exits instead of doing it while
the user is interacting with the app.  However, I don't get a destroy
event on the CList widget if the widget isn't mapped and I never get
unmap or unrealize on the widget. Any insight into to that is
appreciated.
-- 
Steve McClure                                           Racemi
email: [EMAIL PROTECTED]                                75 5th St NE
voice: 404-892-5850                                     Suite 214
fax: 404-892-7215                                       Atlanta, GA 30308
                                                        http://www.racemi.com

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to