Re: label in cell inside Clist
- From: Jose Eusebio Roza Pando <jeroza alu uah es>
- To: gtk-app-devel-list gnome org
- Subject: Re: label in cell inside Clist
- Date: Mon, 02 Oct 2000 19:51:11 +0200
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]