mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
- Beggining of dnd support
- Click on selected item to rename - Fix problems reported by Valgrind
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user