HIG API for GtkMessageDialog proposal. Take 2
- From: Carlos Garnacho <carlosg gnome org>
- To: gtk-devel-list gnome org
- Subject: HIG API for GtkMessageDialog proposal. Take 2
- Date: Wed, 04 Aug 2004 03:22:16 +0200
Hi all,
Following some suggestions that Matthias made to me, I've made slight
changes to my proposed API, now it's mixed with the current API (i.e.:
instead of {primary,secondary}_markup() it uses _set_title_markup() and
_set_markup() ). You can see the current work in:
http://www.gnome.org/~carlosg/stuff/gtkmessagedialog/
Here are some issues it could be worth to talk about:
- as in my last proposal, set_title_markup() sets the initial font style
for the title label and let the users use their own markup, and
_set_title_text() sets bold and larger fonts
- For consistency between all set() functions, the new format of the
_set_markup() function allows printf style parameters:
void gtk_message_dialog_set_markup (GtkMessageDialog *message_dialog,
const gchar *message_format,
...) G_GNUC_PRINTF (2, 3);
Unless I'm on crack, it should be backwards compatible with the current
function.
Hope you like it :)
Carlos
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]