FileChooserCell may need to change the selection during a DND.
return NULL;
}
+GtkSelectionModel *
+gtk_file_chooser_widget_get_selection_model (GtkFileChooserWidget *chooser)
+{
+ return chooser->selection_model;
+}
#include <glib.h>
#include "gtkfilechooserwidget.h"
+#include "gtkselectionmodel.h"
G_BEGIN_DECLS
GSList *
gtk_file_chooser_widget_get_selected_files (GtkFileChooserWidget *impl);
+GtkSelectionModel *
+gtk_file_chooser_widget_get_selection_model (GtkFileChooserWidget *chooser);
+
G_END_DECLS
#endif /* __GTK_FILE_CHOOSER_WIDGET_PRIVATE_H__ */