Update documentation of wxDV_ROW_LINES style
It does work in the generic version too since
4bdc891f54
(see #12834), so don't say it
doesn't.
This commit is contained in:
parent
558716e8f9
commit
04fbcdab72
@ -836,9 +836,7 @@ wxEventType wxEVT_DATAVIEW_ITEM_DROP;
|
||||
@style{wxDV_MULTIPLE}
|
||||
Multiple selection mode.
|
||||
@style{wxDV_ROW_LINES}
|
||||
Use alternating colours for rows if supported by platform and theme.
|
||||
Currently only supported by the native GTK and OS X implementations
|
||||
but not by the generic one.
|
||||
Use alternating colours for odd and even rows.
|
||||
@style{wxDV_HORIZ_RULES}
|
||||
Display the separator lines between rows.
|
||||
@style{wxDV_VERT_RULES}
|
||||
|
Loading…
Reference in New Issue
Block a user