RE: [gtkmm] Noticing on window's close



Manuel,

I would recommend starting with the documentation at
http://gtkmm.sourceforge.net/gtkmm2 and also at http://www.gtk.org.  When
looking through the api docs, I always click on the List all methods link
for each class.  It's long, but it gives me a good idea of where to start
with a particular function.  Also, don't forget to read through the tutorial
and examples that come with gtkmm.

Dale

-----Original Message-----
From: Manuel Clos [mailto:llanero eresmas net]
Sent: Saturday, September 14, 2002 7:16 PM
To: Dale Hirt
Cc: gtkmm-list gnome org
Subject: Re: [gtkmm] Noticing on window's close


Dale Hirt wrote:
> Manuel,
> 
> You should connect a signal to the window's signal_hide() event handling
> mechanism.  Here is an example of using a dialog from my main window:

Thank you Dale, the signal_hide() event worked. I also tried 
on_delete_event which also works (thanks Murray), and as I'm only 
emiting a signal on the delete_event, I will stick with signal_hide().

Anyway, I would like to know where do you get all this info. This is, 
both on_delete_event and signal_hide aren't in window.h. So where should 
I look next time before asking in the mailing list?

Thanks.

-- 
Manuel Clos
llanero eresmas net

TCPA y Palladium: http://bulmalug.net/body.phtml?nIdNoticia=1398
TCPA and Palladium: http://www.cl.cam.ac.uk/~rja14/tcpa-faq.html



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]