![]() |
![]() |
![]() |
Anjuta Developers Reference Manual | ![]() |
---|---|---|---|---|
#include <libanjuta/interfaces/ianjuta-editor.h> #define IANJUTA_TYPE_EDITOR_ATTRIBUTE #define IANJUTA_TYPE_EDITOR_ERROR enum IAnjutaEditorAttribute; enum IAnjutaEditorError; #define IANJUTA_EDITOR_ERROR IAnjutaEditor; IAnjutaEditorIface;
IAnjutaEditor is required by IAnjutaEditorComment, IAnjutaEditorConvert, IAnjutaEditorZoom, IAnjutaEditorGoto, IAnjutaEditorView, IAnjutaEditorHover, IAnjutaEditorSelection, IAnjutaEditorAssist, IAnjutaEditorLineMode, IAnjutaEditorFolds and IAnjutaEditorLanguage.
#define IANJUTA_TYPE_EDITOR_ATTRIBUTE (ianjuta_editor_attribute_get_type())
typedef enum { IANJUTA_EDITOR_TEXT, IANJUTA_EDITOR_KEYWORD, IANJUTA_EDITOR_COMMENT, IANJUTA_EDITOR_STRING } IAnjutaEditorAttribute;
"changed"
signalvoid user_function (IAnjutaEditor *ianjutaeditor, gint arg1, gboolean arg2, gint arg3, gint arg4, gchar *arg5, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
|
|
|
|
|
|
|
|
user data set when the signal handler was connected. |
"char-added"
signalvoid user_function (IAnjutaEditor *ianjutaeditor, gint arg1, gchar arg2, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
|
|
user data set when the signal handler was connected. |
"update-ui"
signalvoid user_function (IAnjutaEditor *ianjutaeditor, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |