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

Public Types | |
| enum | { VERTICAL = GROUP_TYPE, HORIZONTAL = GROUP_TYPE+1 } |
Public Methods | |
| Fl_Bar (int x, int y, int w,int h, const char *l=0) | |
| Traditional ctor. | |
| Fl_Bar (const char *l=0, int layout_size=30, Fl_Align layout_al=FL_ALIGN_TOP, int label_w=100) | |
| New style ctor. | |
| void | layout () |
| int | handle (int) |
| void | draw () |
| bool | opened () const |
| bool | opened (bool) |
| bool | open () |
| bool | close () |
| int | glyph_size () const |
| void | glyph_size (int v) |
Static Public Attributes | |
| Fl_Named_Style * | default_style |
Protected Attributes | |
| bool | highlighted |
| bool | pushed |
Definition at line 28 of file Fl_Bar.h.
1.2.15