|  |  |  | Anjuta Developers Reference Manual |  | 
|---|---|---|---|---|
#include <libanjuta/interfaces/ianjuta-editor-cell-style.h> #define IANJUTA_EDITOR_CELL_STYLE_ERROR IAnjutaEditorCellStyle; IAnjutaEditorCellStyleIface; GQuark ianjuta_editor_cell_style_error_quark (void); gchar* ianjuta_editor_cell_style_get_background_color (IAnjutaEditorCellStyle *obj, GError **err); gchar* ianjuta_editor_cell_style_get_color (IAnjutaEditorCellStyle *obj, GError **err); gchar* ianjuta_editor_cell_style_get_font_description (IAnjutaEditorCellStyle *obj, GError **err);
#define IANJUTA_EDITOR_CELL_STYLE_ERROR ianjuta_editor_cell_style_error_quark()
typedef struct {
	IAnjutaEditorCellIface g_iface;
	
	gchar* (*get_background_color) (IAnjutaEditorCellStyle *obj, GError **err);
	gchar* (*get_color) (IAnjutaEditorCellStyle *obj, GError **err);
	gchar* (*get_font_description) (IAnjutaEditorCellStyle *obj, GError **err);
} IAnjutaEditorCellStyleIface;
GQuark              ianjuta_editor_cell_style_error_quark
                                                        (void);
| Returns : | 
gchar*              ianjuta_editor_cell_style_get_background_color
                                                        (IAnjutaEditorCellStyle *obj,
                                                         GError **err);
| 
 | |
| 
 | |
| Returns : | 
gchar* ianjuta_editor_cell_style_get_color (IAnjutaEditorCellStyle *obj, GError **err);
| 
 | |
| 
 | |
| Returns : | 
gchar*              ianjuta_editor_cell_style_get_font_description
                                                        (IAnjutaEditorCellStyle *obj,
                                                         GError **err);
| 
 | |
| 
 | |
| Returns : |