(svn r11988) -Codechange: Add a generic way of changing a widget's size and adjust the widgets around it to suit.

This commit is contained in:
peter1138
2008-01-26 20:55:04 +00:00
parent d3990083d3
commit c99eb9e456
3 changed files with 27 additions and 18 deletions

View File

@@ -630,6 +630,10 @@ void ScrollbarClickHandler(Window *w, const Widget *wi, int x, int y);
*/
void ResizeButtons(Window *w, byte left, byte right);
/** Resize a widget an shuffle other widgets around to fit.
*/
void ResizeWindowForWidget(Window *w, int widget, int delta_x, int delta_y);
/**
* Sets the enabled/disabled status of a widget.