Functions

xgedirlist.c File Reference

#include <unistd.h>
#include <dirent.h>
#include <ctype.h>
#include <string.h>
#include <stdio.h>
#include <malloc.h>
#include <sys/stat.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include "pkvaria.h"
#include "xgedit.h"
#include "xgeprivate.h"
Include dependency graph for xgedirlist.c:

Functions

boolean xge_FilterMatches (const char *name, const char *filter)
boolean xge_SetupFileList (xge_listbox *lbox, const char *dir, const char *filter)
boolean xge_SetupDirList (xge_listbox *lbox, const char *dir, const char *filter, const char *prevdir)

Function Documentation

boolean xge_FilterMatches ( const char *  name,
const char *  filter 
)
boolean xge_SetupDirList ( xge_listbox lbox,
const char *  dir,
const char *  filter,
const char *  prevdir 
)
boolean xge_SetupFileList ( xge_listbox lbox,
const char *  dir,
const char *  filter 
)