Re: Signal emitted when Gtk::ColourSelectionDialog's close button is clicked
- From: Murray Cumming <murrayc murrayc com>
- To: weijie <weijie90 gmail com>
- Cc: gtkmm-list gnome org
- Subject: Re: Signal emitted when Gtk::ColourSelectionDialog's close button is clicked
- Date: Sat, 10 Jun 2006 10:18:07 +0200
On Sat, 2006-06-10 at 10:59 +0800, weijie wrote:
> Hi,
> What is the signal emitted when a Gtk::ColourSelectionDialog's close
> button is clicked? i am using libglademm.
>
> For example, if i want to connect a signal handler to a button's
> signal_clicked() event, i use this:
>
> "exitbtn->signal_clicked().connect( sigc::ptr_fun(on_exitbtn_clicked) );"
>
> So which signal should i use for a colour selection dialog? the docs are
> not helpful here.
>
> can anyone please point me to a site containing all the signals emitted,
> espically in the context of libglademm? thanks!
>
> wei jie
I guess you would want to handle Gtk::Dialog::signal_response. Or you
could use Gtk::Dialog::run(), which blocks until the dialog has been
closed.
--
Murray Cumming
murrayc murrayc com
www.murrayc.com
www.openismus.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]