bolding text



Currently Ive been playing with gtk_label_set_use_markup to set bold
text within a label...

        w = gtk_label_new ( _("<b>This is Bold</b>") );
        gtk_label_set_use_markup (GTK_LABEL (w), TRUE);

Im trying to add bold text used within another function, is
gtk_label_set_use_markup only suitable for labels only? is there another
way to bold text?

My Problem Below..

get_and_add_header_nolock (GtkWidget   * table,
                           int         * row,
                           GHashTable  * run_hash,
                           const char  * header,
                           const char  * header_i18n,
                           char          delimiter,
                           int           max_len)

                        get_and_add_header_nolock (table, &row, hash, HEADER_FROM, _("I Want
this text in Bold"), ' ', max_header_width);


-- 
ph33r!
Linux mdew 2.4.19-pre7-xfs-aa #4 Fri Apr 26 12:14:19 NZST 2002 i686
unknown
GPG Key: http://mdew.orcon.net.nz/gpg
  

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]