![]() |
![]() |
![]() |
GtkExtra Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#include <gtkextra.h> GtkDirTree; GtkDirTreeNode; GtkWidget* gtk_dir_tree_new (void); gint gtk_dir_tree_open_dir (GtkDirTree *dir_tree, const gchar *path);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkCList +----GtkCTree +----GtkDirTree
typedef struct _GtkDirTree GtkDirTree;
The GtkDirTree struct contains only private data. It should only be accessed through the functions described below.
gint gtk_dir_tree_open_dir (GtkDirTree *dir_tree, const gchar *path);
Open files from directory path in dir_tree widget.
|
GtkDirTree widget. |
|
gchar path to the dir to be opened. |
Returns : |
TRUE(succes) or FALSE(failure). |