HIG API for GtkMessageDialog, take 3
- From: Carlos Garnacho <carlosg gnome org>
- To: gtk-devel-list gnome org
- Subject: HIG API for GtkMessageDialog, take 3
- Date: Mon, 23 Aug 2004 16:40:13 +0200
Hi all,
Sorry very much for the delay, I finally renamed the _set_title_text()
and _set_title_markup() to:
void gtk_message_dialog_set_primary_text (GtkMessageDialog *message_dialog,
const gchar *message_format,
...) G_GNUC_PRINTF (2, 3);
void gtk_message_dialog_set_primary_markup (GtkMessageDialog *message_dialog,
const gchar *message_format,
...) G_GNUC_PRINTF (2, 3);
To keep the backwards API compatibility, the secondary text is simply
called "text". As usual you can find the changes here:
http://www.gnome.org/~carlosg/stuff/gtkmessagedialog/
Hope you like it :)
Carlos
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]