(svn r24696) -Doc: Improve documentation for button widget types.

This commit is contained in:
frosch
2012-11-11 16:01:34 +00:00
parent b65ece1ea9
commit cfccaff645
2 changed files with 10 additions and 10 deletions

View File

@@ -175,7 +175,7 @@ struct WindowDesc : ZeroedMemoryAllocator {
int16 default_height; ///< Prefered initial height of the window.
WindowClass cls; ///< Class of the window, @see WindowClass.
WindowClass parent_cls; ///< Class of the parent window. @see WindowClass
uint32 flags; ///< Flags. @see WindowDefaultFlags
uint32 flags; ///< Flags. @see WindowDefaultFlag
const NWidgetPart *nwid_parts; ///< Nested widget parts describing the window.
int16 nwid_length; ///< Length of the #nwid_parts array.
};