AnjutaFileList

AnjutaFileList

Properties

gchar * relative-path Read / Write
gboolean show-add-button Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── AnjutaFileList

Description

Functions

anjuta_file_list_new ()

GtkWidget *
anjuta_file_list_new (void);

Returns


anjuta_file_list_get_paths ()

GList *
anjuta_file_list_get_paths (AnjutaFileList *self);

Returns


anjuta_file_list_set_relative_path ()

void
anjuta_file_list_set_relative_path (AnjutaFileList *self,
                                    const gchar *path);


anjuta_file_list_clear ()

void
anjuta_file_list_clear (AnjutaFileList *self);

Types and Values

AnjutaFileListPriv

typedef struct _AnjutaFileListPriv AnjutaFileListPriv;

Property Details

The “relative-path” property

  “relative-path”            gchar *

Path that all files in the list should be relative to.

Flags: Read / Write

Default value: ""


The “show-add-button” property

  “show-add-button”          gboolean

Display an Add button.

Flags: Read / Write

Default value: FALSE