Public Member Functions | |
DockWindow (int, int, int, int, const char *=0) | |
int | handle (int) |
void | hide () |
Flags | state () const |
virtual void | state (Flags a) |
void | sizes (int, int, int, int, bool=false) |
void | min_sizes (int, int, int, int) |
void | holder (DockHolder *) |
void | resizer (bool a) |
|
This constructor takes values for x(), y(), w(), h() and label(). When it is construct as a child of a holder, X, Y, W, H is used as position ans size hint for layout. |
|
Calls send() on some or all of the children widgets. Reimplemented from fltk::Group. Reimplemented in fltk::ToolWindow. |
|
If visible() is true, turn it off. If visible_r() was true then send() a fltk::HIDE event, and redraw() the parent if necessary. Reimplemented from fltk::Widget. |
|
Sets top most holder where this dock window can dock. |
|
Sets the minimum dimensions for both orientation. W1 and H1 used for horizontal minimum w() and h(). W2 and H2 used for vertical minimum w() and h(). |
|
Show a resize corner to the window if it is undocked. |
|
Sets the dimensions for both orientation. W1 and H1 used for horizontal w() and h(). W2 and H2 used for vertical w() and h(). Call void min_sizes(int, int, int, int) with these values if b is true. |
|
Sets the dock or undock state value. The value can be any of these following constants
Reimplemented in fltk::GripperBar. |
|
Returns the dock or undock state value.
Reimplemented in fltk::GripperBar. |