GtkMessageDialog convenience method
- From: Vladimir Prus <ghost cs msu su>
- To: gtkmm-list gnome org
- Subject: GtkMessageDialog convenience method
- Date: Thu, 25 May 2006 12:58:14 +0400
Hi,
It looks like GtkMessageDialog does not provide a convenience method to create
a message both with both primary and secondary text and run it, something
like:
GtkMessageDialog::error(
window, "Something bad happened", "Check your karma");
Instead, I need to use:
GtkMessageDialog d(..............);
d.set_secondary_text(....);
d.run();
Is the lack of such convenience method by design, or nobody ever asked for it,
or nobody has the right yet to implement it?
Thanks in advance,
Volodya
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]