Public Member Functions | |
bool | resize (int x, int y, int w, int h) |
bool | resize (int w, int h) |
Window * | parent_window () |
|
The top most parent window that contains this widget. |
|
Same as resize() to x(), y(), w, h Reimplemented from fltk::Group. |
|
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. |