improved rendering of styles and events sections: put the description of those items on new lines; put the prototype of event handlers on a separate line, too. This change requires that @event and @style macros are _not_ followed by a colon.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-04-06 14:43:04 +00:00
parent 6bdf5153fe
commit 8c6791e43c
63 changed files with 560 additions and 552 deletions

View File

@@ -805,15 +805,15 @@ public:
from wxVariant::GetType.
@beginStyleTable
@style{wxDV_SINGLE}:
@style{wxDV_SINGLE}
Single selection mode. This is the default.
@style{wxDV_MULTIPLE}:
@style{wxDV_MULTIPLE}
Multiple selection mode.
@style{wxDV_ROW_LINES}:
@style{wxDV_ROW_LINES}
Use alternating colours for rows if supported by platform and theme.
@style{wxDV_HORIZ_RULES}:
@style{wxDV_HORIZ_RULES}
Display fine rules between row if supported.
@style{wxDV_VERT_RULES}:
@style{wxDV_VERT_RULES}
Display fine rules between columns is supported.
@endStyleTable