RE: [INIMSS] GtkCList :: Wrapping Text in Cells



Title: RE: [INIMSS] GtkCList :: Wrapping Text in Cells

Hello,

you can get the text of a GtkCList cell using gtk_clist_get_text (GtkCList * clist, gchar * texte); and put a text in a cell using gtk_clist_set_text (GtkCList * clist,  int row, int column, gchar * texte);


With your variable texte, you can use all string.h functions (strcat, strcpy, sprintf...)

I don't know if I understood your question

Isabelle


-----Message d'origine-----
De : Dino Cherian K [mailto:inimss yahoo com]
Envoye : vendredi 1 fevrier 2002 09:08
A : gtk-list gnome org
Objet : [INIMSS] GtkCList :: Wrapping Text in Cells


Hi,

How can I make the text in the cell of GtkCList wrap-around within it?

If it can't be done with GtkCList, then which widget should I use for
the purpose?

Thanks
Dino Cherian K

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

_______________________________________________
gtk-list mailing list
gtk-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-list



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