AnjutaEnvironmentEditor

AnjutaEnvironmentEditor

Signals

void changed Run Last

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── AnjutaEnvironmentEditor

Description

Functions

anjuta_environment_editor_new ()

GtkWidget *
anjuta_environment_editor_new (void);

Returns


anjuta_environment_editor_set_variable ()

void
anjuta_environment_editor_set_variable
                               (AnjutaEnvironmentEditor *editor,
                                const gchar *variable);


anjuta_environment_editor_get_all_variables ()

gchar **
anjuta_environment_editor_get_all_variables
                               (AnjutaEnvironmentEditor *editor);

Returns


anjuta_environment_editor_get_modified_variables ()

gchar **
anjuta_environment_editor_get_modified_variables
                               (AnjutaEnvironmentEditor *editor);

Returns


anjuta_environment_editor_reset ()

void
anjuta_environment_editor_reset (AnjutaEnvironmentEditor *editor);

Types and Values

Signal Details

The “changed” signal

void
user_function (AnjutaEnvironmentEditor *widget,
               gpointer                 user_data)

Flags: Run Last