Fix typo in wxSlider XRC format documentation.
"pagesize" was documented as line size, fix this. Closes #13949. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1462,7 +1462,7 @@ HTML markup. Note that the markup has to be escaped:
|
|||||||
@row3col{max, integer,
|
@row3col{max, integer,
|
||||||
Maximum allowed value (default: 100).}
|
Maximum allowed value (default: 100).}
|
||||||
@row3col{pagesize, integer,
|
@row3col{pagesize, integer,
|
||||||
Line size; number of steps the slider moves when the user moves
|
Page size; number of steps the slider moves when the user moves
|
||||||
pages up or down (default: unset).}
|
pages up or down (default: unset).}
|
||||||
@row3col{linesize, integer,
|
@row3col{linesize, integer,
|
||||||
Line size; number of steps the slider moves when the user moves it
|
Line size; number of steps the slider moves when the user moves it
|
||||||
|
Reference in New Issue
Block a user