| IAnjutaEditorFactoryIAnjutaEditorFactory — Text editor factory that creates IAnjutaEditor objects |  | 
Stability Level
Unstable, unless otherwise indicated
 
Object Hierarchy
    GInterface
    ╰── IAnjutaEditorFactory
 
Includes
#include <libanjuta/interfaces/ianjuta-editor-factory.h>
 
Functions
ianjuta_editor_factory_error_quark ()
GQuark
ianjuta_editor_factory_error_quark (void);
 
ianjuta_editor_factory_new_editor ()
IAnjutaEditor *
ianjuta_editor_factory_new_editor (IAnjutaEditorFactory *obj,
                                   GFile *file,
                                   const gchar *filename,
                                   GError **err);
Get a new GtkWidget* which implements IAnjutaEditor
Returns
 An object implementing IAnjutaEditor
 
 
 
Types and Values
IANJUTA_EDITOR_FACTORY_ERROR
#define IANJUTA_EDITOR_FACTORY_ERROR ianjuta_editor_factory_error_quark()