- Beggining of dnd support

- Click on selected item to rename
- Fix problems reported by Valgrind
This commit is contained in:
Vedran Ljubovic
2007-07-27 08:36:05 +00:00
parent 67cc5824ec
commit 87ef0c5509
6 changed files with 286 additions and 131 deletions

View File

@@ -20,6 +20,9 @@ void do_delete();
// Rename the file with focus to given name
void do_rename(const char*);
// Callback for drag&drop operations
void dnd_cb(const char*from,const char*to);
extern FileDetailsView* view;
extern Fl_Box* statusbar;