3 * Copyright (C) 2007, Harbour, All rights reserved.
9 #include <F_Text_Display.H>
14 class F_Browser : public F_Widget {
17 bool handle(F_Event_t &ev);
20 F_Browser(F_Box_Type_t btype, coord_t x, coord_t y, dim_t w, dim_t h,
21 const char *label = 0) : F_Widget(x, y, w + 1, h + 1, label) {