[gtkmm] MessageDialog button callback?
- From: "Andreas B. Thun" <abt gmx de>
- To: gtkmm-list <gtkmm-list gnome org>
- Subject: [gtkmm] MessageDialog button callback?
- Date: Mon, 22 Mar 2004 17:19:25 +0100
Dear members,
how can I connect the Yes/No button to a callback?
Or is there a method I can overload?
if (type == Gtk::MESSAGE_QUESTION) {
Gtk::MessageDialog dialog(*this, m_message, type, Gtk::BUTTONS_YES_NO);
dialog.set_title(m_title);
dialog.run();
}
TIA,
Andi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]