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



Hi

I think you had not really understood the situation.

I actually meant to wrap the text only in the display of the cell and
not the data. By default the text that exceeds the limit of the cell is
truncated. I want to avoid this truncation and make the text displayed
wrapped-down so that we can view the whole text. May be the height of
the row will have to be varied.

Thanks
Dino Cherian K

> zze-coframi balr001 wrote:
> 
> 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

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




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