How to force emit of signal attached to built-in widget?
- From: Toralf Lund <toralf procaptura com>
- To: Gtk-- Mailing List <gtkmm-list gnome org>
- Subject: How to force emit of signal attached to built-in widget?
- Date: Mon, 17 Dec 2007 10:33:58 +0100
Is there any way I cat force an "emit" on the signals of the normal
Gtkmm widgets? I mean the signals returned via the signal_<something>()
methods? I want to be able to do something like
myButtonWidget.signal_clicked().emit()
(but with other signals, too), only I can't, because the "signal" method
returns a Glib SignalProxy (and not a SigC signal), which doesn't have
an emit(), as far as I can tell.
- Toralf
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]