[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: pango markup in message dialog
- From: Brett Nash <nash nash nu>
- To: Jacob Perkins <jap1 users sourceforge net>
- Cc: gtk-app-devel-list <gtk-app-devel-list gnome org>
- Subject: Re: pango markup in message dialog
- Date: Mon, 3 Feb 2003 16:39:37 +1100
* Jacob Perkins <jap1@users.sourceforge.net> wrote:
> Is it possible to use pango markup in a GtkMessageDialog, and if so,
> how?
Yes, but not directly. (I think there is a bug on this issue). The easiest
way I found was to do something liek this:
dialog = new_dialog(" dummy");
gtk_label_set_markup(dialog->label,"<b>Pango Markuped string</b>");
Regards,
nash
--
Brett Nash <nash@nash.nu>
Sometimes it's better to light a flamethrower than curse the darkness.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]