Add reference to the widgets sample in the documentation

Add reference to the description of the widgets sample wherever this
sample is mentioned in the documentation.
This commit is contained in:
Artur Wieczorek
2019-10-20 21:37:44 +02:00
parent 9d4e116e8a
commit 6c1c621888
4 changed files with 4 additions and 4 deletions

View File

@@ -140,7 +140,7 @@
(In all these cases the EVT_SCROLL_THUMBRELEASE event does not happen).
In short, the EVT_SCROLL_CHANGED event is triggered when scrolling/ moving
has finished independently of the way it had started.
Please see the widgets sample ("Slider" page) to see the difference between
Please see the @ref page_samples_widgets ("Slider" page) to see the difference between
EVT_SCROLL_THUMBRELEASE and EVT_SCROLL_CHANGED in action.
@library{wxcore}