hi;
i have a pbm, using fileslection widget i am selecting the file and i
would like to append the same to the clist_widget.
create_window_new2 is the window name, clist_sst_file_sel is the name
of the clist.
sst_file_sel = create_window_new2 ();
clist_file_sel = lookup_widget (sst_file_s
hi;
using folder selection widget i am selecting and displaying the
selected files. now i want to append the clist with the selected files
from folder selection widget.
how can i append/ insert the selected files to the clist.
thanks;
vasu.
__
Hi,
"paste" the related piece of code here , please !
Best Regags
On 4/16/05, sandeep kaur <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I am a new member in this group.
>
> The problem that i am facing is:-
>
> I am trying to read the data from a structure into the
> clist member using the pointe
Hi All,
I am a new member in this group.
The problem that i am facing is:-
I am trying to read the data from a structure into the
clist member using the pointer to 2d array
as
*mitem[10][4];
it prints all the values correctly and after the for
loop, in which we are printing the elements, there