AnjutaFileDropEntry

AnjutaFileDropEntry

Synopsis

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

Description

Details

struct AnjutaFileDropEntryClass

struct AnjutaFileDropEntryClass {
	AnjutaDropEntryClass parent_class;
};


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);


AnjutaFileDropEntryPriv

typedef struct _AnjutaFileDropEntryPriv AnjutaFileDropEntryPriv;