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

Public Methods | |
| Fl_MDI_Bar (int x, int y, int w, int h, const char *l=0) | |
| Creates new mdi bar widget using the given position, size, and label string. | |
| Fl_MDI_Bar (const char *l=0, int layout_size=30, Fl_Align layout_al=FL_ALIGN_TOP, int label_w=100) | |
| Creates new mdi bar widget using the label, size, alignment, and label_width. | |
| virtual | ~Fl_MDI_Bar () |
| Destructor. | |
| virtual void | layout () |
| int | spacing () |
| void | spacing (int val) |
| int | max_button_width () |
| void | max_button_width (int w) |
| Fl_Widget * | find_task (Fl_MDI_Window *win) |
| void | add_task (Fl_MDI_Window *win) |
| void | remove_task (Fl_MDI_Window *win) |
| void | update_task (Fl_MDI_Window *win) |
| void | update_tasks () |
Static Public Attributes | |
| Fl_Named_Style * | default_style |
Definition at line 29 of file Fl_MDI_Bar.h.
1.2.15