|
hi,
i am new to gtk+ programming...
i am sending my application,and i have doubt in that...
i included the following statements in my program,
GtkWidget *filew;
filew=gtk_file_selection_new("File Selection");
and after executing my program i got one new fileselection window
but my requirement is i would like to add some more buttons on my own in the fileselection window as we can see these buttons over there :newfolder ,delete file,rename file,folders,files,selection,cancel and ok....along with i would like to add my own buttons
so if anyone knows this procedure , plz let me know...
Thanks and regards,
Rajasekharreddy.B
|