| Anjuta Developers Reference Manual |
|---|
ianjuta-editor-folds —
#define IANJUTA_EDITOR_FOLDS_ERROR struct IAnjutaEditorFolds; struct IAnjutaEditorFoldsIface; GQuark ianjuta_editor_folds_error_quark (void); void ianjuta_editor_folds_close_all (IAnjutaEditorFolds *obj, GError **err); void ianjuta_editor_folds_open_all (IAnjutaEditorFolds *obj, GError **err); void ianjuta_editor_folds_toggle_current (IAnjutaEditorFolds *obj, GError **err);
GInterface +----IAnjutaEditorFolds
IAnjutaEditorFolds requires IAnjutaEditor and GObject.
struct IAnjutaEditorFoldsIface {
IAnjutaEditorIface g_iface;
void (*close_all) (IAnjutaEditorFolds *obj, GError **err);
void (*open_all) (IAnjutaEditorFolds *obj, GError **err);
void (*toggle_current) (IAnjutaEditorFolds *obj, GError **err);
};
void ianjuta_editor_folds_close_all (IAnjutaEditorFolds *obj, GError **err);
| obj : | |
| err : |
void ianjuta_editor_folds_open_all (IAnjutaEditorFolds *obj, GError **err);
| obj : | |
| err : |
void ianjuta_editor_folds_toggle_current
(IAnjutaEditorFolds *obj,
GError **err);
| obj : | |
| err : |
| << ianjuta-editor-line-mode | ianjuta-editor-factory >> |