The Fast Light Environment Kit



class Fl_Dockable_Window

Class Hierarchy

Fl_Window
   |
   +----Fl_Dockable_Window

Include Files

#include <Flek/Fl_Dockable_Window.H>

Description

Fl_Dockable_Window is a window that can be docked onto a window that accepts Fl_Dockable_Windows, such as an Fl_App_Window.

Methods


Method Descriptions

Fl_Dockable_Window

Fl_Dockable_Window::Fl_Dockable_Window(int w, int h, const char *l = 0);

Constructs a dockable window.

begin

void Fl_Dockable_Window::begin();

Begin adding new widgets to the contents window.

docked

void Fl_Dockable_Window::docked(short r);

Sets or tests whether window is docked or not.

grippertype

void Fl_Dockable_Window::grippertype(unsigned char t);

Sets the look and action of the gripper. See Fl_Gripper::grippertype() for more information.

undock

void Fl_Dockable_Window::undock(int x = -1, int y = -1);

Undocks the group to screen coordinates (x, y).

© 2000 the Flek Development team.
Generated by ScanDoc
Last Updated: Tue May 15 8:50:06 2001