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

@@ -3657,7 +3657,7 @@ public:
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)
independently of the way it had started. Please see the @ref page_samples_widgets ("Slider" page)
to see the difference between EVT_SCROLL_THUMBRELEASE and EVT_SCROLL_CHANGED in action.
@remarks

View File

@@ -42,7 +42,7 @@
platform-specific function: under MSW, this is @c \::DestroyWindow(), under
GTK @c g_object_unref() and under Cocoa -- @c -release:.
See the "native" page of the widgets sample for the examples of using
See the "native" page of the @ref page_samples_widgets for the examples of using
this class under all major platforms.
@since 3.1.0

View File

@@ -98,7 +98,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
finished independently of the way it had started. Please see the @ref page_samples_widgets
("Slider" page) to see the difference between EVT_SCROLL_THUMBRELEASE and
EVT_SCROLL_CHANGED in action.

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}