- 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

@@ -81,6 +81,7 @@ private:
SortType sort_type;
bool sort_direction;
void cleanup_header();
void hide_header();
void show_header();
@@ -92,6 +93,7 @@ public:
~EDE_Browser() {
delete[] column_sort_types_;
cleanup_header();
delete heading;
// delete scroll;
delete hscrollbar;