AnjutaFileDropEntry

AnjutaFileDropEntry

Synopsis

struct              AnjutaFileDropEntryClass;
                    AnjutaFileDropEntryPriv;
GtkWidget *         anjuta_file_drop_entry_new          (void);
void                anjuta_file_drop_entry_set_relative_path
                                                        (AnjutaFileDropEntry *self,
                                                         const gchar *path);

Description

Details

struct AnjutaFileDropEntryClass

struct AnjutaFileDropEntryClass {
	AnjutaDropEntryClass parent_class;
};


AnjutaFileDropEntryPriv

typedef struct _AnjutaFileDropEntryPriv AnjutaFileDropEntryPriv;


anjuta_file_drop_entry_new ()

GtkWidget *         anjuta_file_drop_entry_new          (void);


anjuta_file_drop_entry_set_relative_path ()

void                anjuta_file_drop_entry_set_relative_path
                                                        (AnjutaFileDropEntry *self,
                                                         const gchar *path);