#include <Fl_Input_Browser.h>
Inheritance diagram for Fl_Input_Browser:

Public Types | |
| enum | { NORMAL = 0, NONEDITABLE = 1, INDENTED = 2, NONEDITABLE_INDENTED = 3 } |
Public Methods | |
| Fl_Input_Browser (int, int, int, int, const char *=0) | |
| Creates new input browser widget using the given position, size, and label. | |
| Fl_Input_Browser (const char *l=0, int layout_size=30, Fl_Align layout_al=FL_ALIGN_TOP, int label_w=100) | |
| Creates new input browser widget using the label, size, alignment, and label_width. | |
| virtual | ~Fl_Input_Browser () |
| Destructor. | |
| void | popup () |
| void | hide_popup () |
| virtual int | popup (int x, int y, int w, int h) |
| virtual void | draw () |
| virtual int | handle (int) |
| virtual void | preferred_size (int &w, int &h) const |
| void | clear () |
| void | value (const char *v) |
| const char * | value () |
| Fl_Input * | input () |
Static Public Attributes | |
| Fl_Named_Style * | default_style |
Friends | |
| class | ComboWindow |
| class | ComboBrowser |
Definition at line 33 of file Fl_Input_Browser.h.
1.2.15