#include "../openldev-settings/openldev-project.h"
#include <gtk/gtk.h>
#include <vector>
#include <iostream>
#include <dirent.h>
#include <libgnomevfs/gnome-vfs.h>
#include <libgnomeui/gnome-icon-lookup.h>
Go to the source code of this file.
Classes | |
struct | BrowserProject |
Typedefs | |
typedef _BrowserProject | BrowserProject |
Functions | |
BrowserProject * | openldev_browser_project_new () |
const char * | openldev_browser_project_get_selected_file (BrowserProject *) |
void | openldev_browser_project_populate (BrowserProject *, const char *) |
void | openldev_browser_project_move_up (BrowserProject *) |
void | openldev_browser_project_move (BrowserProject *, const char *) |
void | openldev_browser_project_refresh (BrowserProject *) |
|
Definition at line 32 of file openldev-browser-project.h. |
|
|
|
|
|
|
|
|
|
|
|
|