Fl_Window | +----Fl_Dockable_Window
#include <Flek/Fl_Dockable_Window.H>
Fl_Dockable_Window is a window that can be docked onto a window that accepts Fl_Dockable_Windows, such as an Fl_App_Window.
Fl_Dockable_Window::Fl_Dockable_Window(int w, int h, const char *l = 0);
Constructs a dockable window.
void Fl_Dockable_Window::begin();
Begin adding new widgets to the contents window.
void Fl_Dockable_Window::docked(short r);
Sets or tests whether window is docked or not.
void Fl_Dockable_Window::grippertype(unsigned char t);
Sets the look and action of the gripper. See Fl_Gripper::grippertype() for more information.
void Fl_Dockable_Window::undock(int x = -1, int y = -1);
Undocks the group to screen coordinates (x, y).