From 2ac6af4e48744ee42abff16b2b716a9eeeef36cf Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 9 Apr 2008 23:00:12 +0000 Subject: (svn r12644) -Codechange: rework the order gui a little to prepare it for some future changes. --- src/widgets/dropdown_type.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/widgets/dropdown_type.h') diff --git a/src/widgets/dropdown_type.h b/src/widgets/dropdown_type.h index 419c6fbc2..29a40962c 100644 --- a/src/widgets/dropdown_type.h +++ b/src/widgets/dropdown_type.h @@ -60,7 +60,8 @@ typedef std::list DropDownList; * @param selected The initially selected list item. * @param button The widget within the parent window that is used to determine * the list's location. + * @param width Override the width determined by the selected widget. */ -void ShowDropDownList(Window *w, DropDownList *list, int selected, int button); +void ShowDropDownList(Window *w, DropDownList *list, int selected, int button, uint width = 0); #endif /* WIDGETS_DROPDOWN_TYPE_H */ -- cgit v1.2.3-70-g09d2