Fix minor typo in wxDV_VERT_RULES documentation.
Don't say "is supported" when meaning "if supported" and, in fact, remove this part entirely as these styles are supported by all implementations. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -832,9 +832,9 @@ wxEventType wxEVT_COMMAND_DATAVIEW_ITEM_DROP;
|
|||||||
Currently only supported by the native GTK and OS X implementations
|
Currently only supported by the native GTK and OS X implementations
|
||||||
but not by the generic one.
|
but not by the generic one.
|
||||||
@style{wxDV_HORIZ_RULES}
|
@style{wxDV_HORIZ_RULES}
|
||||||
Display fine rules between row if supported.
|
Display the separator lines between rows.
|
||||||
@style{wxDV_VERT_RULES}
|
@style{wxDV_VERT_RULES}
|
||||||
Display fine rules between columns is supported.
|
Display the separator lines between columns.
|
||||||
@style{wxDV_VARIABLE_LINE_HEIGHT}
|
@style{wxDV_VARIABLE_LINE_HEIGHT}
|
||||||
Allow variable line heights.
|
Allow variable line heights.
|
||||||
This can be inefficient when displaying large number of items.
|
This can be inefficient when displaying large number of items.
|
||||||
|
Reference in New Issue
Block a user