#include "../openldev-utils.h"
#include <gtksourceview/gtksourceview.h>
#include <gtk/gtk.h>
#include <iostream>
#include <glib.h>
#include <glib-object.h>
Data Structures | |
struct | FileTab |
Widgets and information for one open file. More... | |
Functions | |
GtkWidget * | file_tab_new (const char *file) |
string | file_tab_get_filename_short (FileTab *tab) |
void | file_tab_set_label (FileTab *tab, const char *file) |
|
Retrieve the file name for the tab. You should use the functions provided by FileManager instead.
|
|
Create a new FileTab object with the content of the specified file. This should be added to the FileManager tab vector.
|
|
Give the file a new name. This does not rename the actual file on the system. You should use the functions provided by FileManager instead.
|