Re: dialog close signal and hiding dialog...



On Tuesday, August 12, 2003, at 08:22  PM, Ross McFarland wrote:

in most cases you should not have any signals connected to your dialog.
that's the beauty and purpose of it. if you're connecting your own
signals then you're probably not using it as it was intended.

that is not true at all. the GtkDialog is designed for both modal and modeless use. for modal use, the $dialog->run interaction is the simplest. for modeless use, connecting to the response event is the only way to do it, because gtk_dialog_run makes the window modal!




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