Fix resizing problem in EDE_Browser, fix menu grabbing keyboard

shortcuts
This commit is contained in:
Vedran Ljubovic
2007-07-17 19:14:09 +00:00
parent 6cf2769599
commit 96d873572a
2 changed files with 35 additions and 22 deletions

View File

@@ -176,6 +176,10 @@ public:
}
Fl_Icon_Browser::hposition(x);
}
// This is *really* needed :(
int get_focus() { return lineno(selection()); }
void set_focus(int row) { select(row,selected(row)); }
};
#endif