prosteven2
June 11th, 2009, 10:48 PM
hello.
code firstly:
///////////////////////
GtkWidget* dlg = hildon_file_chooser_dialog_new_with_properties( GTK_WINDOW(widget), "action", GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, "title", "Open folder", NULL );
gtk_widget_show_all( dlg );
gint response = gtk_dialog_run( (GtkDialog*)dlg );
///////////////////////
result:
http://1813.img.pp.sohu.com.cn/images/2009/6/11/19/12/1227b55799eg213.jpg
By clicking "New" and try to make a new sub-folder,the X terminal has the following outputs:
GLIB WARNING ** GLib-GObject - IA__g_object_new_valist: object class `HildonFileChooserDialog' has no property named `show-upnp'
What does this mean?what's "show-upnp"?
code firstly:
///////////////////////
GtkWidget* dlg = hildon_file_chooser_dialog_new_with_properties( GTK_WINDOW(widget), "action", GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, "title", "Open folder", NULL );
gtk_widget_show_all( dlg );
gint response = gtk_dialog_run( (GtkDialog*)dlg );
///////////////////////
result:
http://1813.img.pp.sohu.com.cn/images/2009/6/11/19/12/1227b55799eg213.jpg
By clicking "New" and try to make a new sub-folder,the X terminal has the following outputs:
GLIB WARNING ** GLib-GObject - IA__g_object_new_valist: object class `HildonFileChooserDialog' has no property named `show-upnp'
What does this mean?what's "show-upnp"?