#include <openldev-file-tab.h>
Data Fields | |
GtkSourceBuffer * | buffer |
GtkWidget * | swin |
GtkWidget * | label |
GtkWidget * | button |
GtkWidget * | image |
GtkWidget * | hbox |
gchar * | filename |
bool | modified |
|
GtkSourceBuffer that is used for this GtkSourceView. |
|
GtkButton that can be pressed to close the tab. |
|
The full file name used by the tab. |
|
GtkHBox that holds the tab label and close button. |
|
Close button GtkImage for the tab. |
|
GtkLabel shown in the tab as the short file name. |
|
TRUE if the file has been modified since the last save. |
|
GtkScrolledWindow that contains the textview. |