how to set text in two columns in clist box
- From: alprach ss <alprach usa net>
- To: gtk-list gnome org
- Subject: how to set text in two columns in clist box
- Date: 7 Feb 2001 22:46:34 MST
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]