Re: pango markup in message dialog



* 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]