diff --git a/interface/wx/event.h b/interface/wx/event.h index 3409cd3732..d2d8c56395 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -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 diff --git a/interface/wx/nativewin.h b/interface/wx/nativewin.h index 036794b65a..2b8b37bda4 100644 --- a/interface/wx/nativewin.h +++ b/interface/wx/nativewin.h @@ -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 diff --git a/interface/wx/scrolbar.h b/interface/wx/scrolbar.h index 18e7d155ff..db9a64c57e 100644 --- a/interface/wx/scrolbar.h +++ b/interface/wx/scrolbar.h @@ -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. diff --git a/interface/wx/slider.h b/interface/wx/slider.h index 5b608dcfa6..9a4aa3df58 100644 --- a/interface/wx/slider.h +++ b/interface/wx/slider.h @@ -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}