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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user