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:
@@ -836,9 +836,7 @@ wxEventType wxEVT_DATAVIEW_ITEM_DROP;
|
|||||||
@style{wxDV_MULTIPLE}
|
@style{wxDV_MULTIPLE}
|
||||||
Multiple selection mode.
|
Multiple selection mode.
|
||||||
@style{wxDV_ROW_LINES}
|
@style{wxDV_ROW_LINES}
|
||||||
Use alternating colours for rows if supported by platform and theme.
|
Use alternating colours for odd and even rows.
|
||||||
Currently only supported by the native GTK and OS X implementations
|
|
||||||
but not by the generic one.
|
|
||||||
@style{wxDV_HORIZ_RULES}
|
@style{wxDV_HORIZ_RULES}
|
||||||
Display the separator lines between rows.
|
Display the separator lines between rows.
|
||||||
@style{wxDV_VERT_RULES}
|
@style{wxDV_VERT_RULES}
|
||||||
|
Reference in New Issue
Block a user