Re: gtk_clist_append



srinivas <srinivas comodo com> writes:

thanks for the valuable suggestion. in the same way i have one
more query.

i am developing gui with glade and c.

Are you using libglade?  Because code generation is deprecated.

i have a file selection widget

Those are more-or-less deprecated; use GtkFileChooser[1].

and a clist widget

Just in case you missed it, these are also deprecated.

when i selected the file from the file selection widget and pressed
ok, the selected file path

The selected file name can be obtained by calling
`gtk_file_chooser_get_filename'[2].

has to be displayed on to the clist widget.

I believe you're already familiar with `gtk_clist_append'.

how can i get this functionality.

With all due respect, RTFM.

-- 
Daniel Brockman <daniel brockman se>

[1] http://developer.gnome.org/doc/API/2.0/gtk/gtk-migrating-GtkFileChooser.html
[2] http://developer.gnome.org/doc/API/2.0/gtk/GtkFileChooser.html#gtk-file-chooser-get-filename



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