1998-11-23 22:41:49 +03:00
|
|
|
/*
|
1998-12-02 08:18:20 +03:00
|
|
|
* gtree: utility routines to use the GtkDTree widget in gmc.
|
1998-11-23 22:41:49 +03:00
|
|
|
*
|
1998-12-02 08:18:20 +03:00
|
|
|
* Miguel de Icaza
|
1998-11-23 22:41:49 +03:00
|
|
|
*/
|
|
|
|
#include <config.h>
|
1998-12-02 08:18:20 +03:00
|
|
|
#include <sys/types.h>
|
|
|
|
#include "tree.h"
|
1998-11-23 22:41:49 +03:00
|
|
|
#include <gnome.h>
|
|
|
|
#include "gtree.h"
|
|
|
|
|
1998-12-02 08:18:20 +03:00
|
|
|
void
|
|
|
|
sync_tree (char *pathname)
|
1998-11-23 22:41:49 +03:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
1998-12-02 08:18:20 +03:00
|
|
|
void
|
|
|
|
tree_check (const char *dir)
|
1998-11-23 22:41:49 +03:00
|
|
|
{
|
1998-12-02 08:18:20 +03:00
|
|
|
}
|
1998-11-23 22:41:49 +03:00
|
|
|
|
1998-12-02 08:18:20 +03:00
|
|
|
void
|
|
|
|
start_tree_check (WTree *tree)
|
1998-11-23 22:41:49 +03:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
1998-12-02 08:18:20 +03:00
|
|
|
do_tree_check (WTree *tree, const char *subname)
|
1998-11-23 22:41:49 +03:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
1998-12-02 08:18:20 +03:00
|
|
|
void
|
|
|
|
end_tree_check (WTree *tree)
|
1998-11-23 22:41:49 +03:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|