GtkDirTree
#include <gtkextra.h> GtkDirTreeNode; GtkWidget* gtk_dir_tree_new (void); gint gtk_dir_tree_open_dir (GtkDirTree *dir_tree, const gchar *path);
typedef struct { gboolean scanned; gchar *path; } GtkDirTreeNode;
GtkWidget* gtk_dir_tree_new (void);
Returns :
gint gtk_dir_tree_open_dir (GtkDirTree *dir_tree, const gchar *path);
dir_tree :
dir_tree
path :
path