how to set text in two columns in clist box



Hi,

i am doing a project for which i need a Clist box .

i am using a linked list of this type

struct DList
{
  char *data[2];
  struct DList *next;
};

struct DList *temp;

now i have data in both character pointer arrays...ie.,
in both
 temp->data[0]   and
 temp->data[1]

how can i display both the data's in clist box in two seperate columns
using  gtk_clist_set_text(............);
 

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1




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