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