fltk::DockBase Class Reference

Inheritance diagram for fltk::DockBase:

Inheritance graph
[legend]
Collaboration diagram for fltk::DockBase:

Collaboration graph
[legend]
List of all members.

Public Member Functions

bool resize (int x, int y, int w, int h)
bool resize (int w, int h)
Windowparent_window ()

Detailed Description

The base class for dockable windows and dock holders and other classes in FLTK Dock. It implements various mechanism for identifying objects and its type. It also implements some other common functions.


Member Function Documentation

Window * DockBase::parent_window  ) 
 

The top most parent window that contains this widget.

bool fltk::DockBase::resize int  w,
int  h
[inline]
 

Same as resize() to x(), y(), w, h

Reimplemented from fltk::Group.

bool fltk::DockBase::resize int  x,
int  y,
int  w,
int  h
[inline]
 

Change the size or position of the widget. Nothing is done if the passed size and position are the same as before. If there is a change then relayout() is called so that the virtual function layout() is called before the next draw().

Reimplemented from fltk::Group.


Tue Jun 27 02:20:06 2006. FLTK Dock is copyright © 2006 by MD. Z. Hossain