Changeset - r13945:26a4e813967d
[Not reviewed]
master
0 1 0
alberth - 14 years ago 2009-12-13 21:05:38
alberth@openttd.org
(svn r18491) -Fix (r18482): Update doxy comments of SetupSmallestSize() as well.
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/widget.cpp
Show inline comments
 
@@ -651,11 +651,11 @@ NWidgetBase::NWidgetBase(WidgetType tp) 
 
 *
 
 * The smallest size of a widget is the smallest size that a widget needs to
 
 * display itself properly. In addition, filling and resizing of the widget are computed.
 
 * If \a w is not \c NULL, the function calls #Window::UpdateWidgetSize for each leaf widget and
 
 * The function calls #Window::UpdateWidgetSize for each leaf widget and
 
 * background widget without child with a non-negative index.
 
 *
 
 * @param w Optional window owning the widget.
 
 * @param init_array Initialize the \c w->nested_array as well. Should only be set if \a w != NULL.
 
 * @param w          Window owning the widget.
 
 * @param init_array Initialize the \c w->nested_array.
 
 *
 
 * @note After the computation, the results can be queried by accessing the #smallest_x and #smallest_y data members of the widget.
 
 */
0 comments (0 inline, 0 general)