(svn r12693) -Documentation: add some documentation to some window related stuff. Based on a patch by Albert.

This commit is contained in:
rubidium
2008-04-13 19:01:26 +00:00
parent c36d613b9b
commit 99b51aa235
3 changed files with 14 additions and 3 deletions

View File

@@ -307,7 +307,7 @@ struct Window {
byte caption_color; ///< Background color of the window caption, contains PlayerID
WindowProc *wndproc; ///< Event handler function for the window
ViewPort *viewport; ///< Pointer to viewport, if present (structure is part of derived class)
ViewPort *viewport; ///< Pointer to viewport, if present
const Widget *original_widget; ///< Original widget layout, copied from WindowDesc
Widget *widget; ///< Widgets of the window
uint widget_count; ///< Number of widgets of the window