Re: label in cell inside Clist



Jose Eusebio Roza Pando escribió:

Hi ,
I use this senteces for setting a int in a cell inside Clist.
   text=g_strdup_printf("     %d",(int)histoD3[i]);
   gtk_clist_set_text(GTK_CLIST(clist),i,0,text);

the label (the int) is shown justify to left,
How can I justify to right?
Thanks a lot
     Eusebio


Ahhh! It is very easy, I have to justify the column not the label !!!
with gtk_clist_set_column_justification
Thanks anyway.






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