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:
@@ -3657,7 +3657,7 @@ public:
|
|||||||
event does not happen).
|
event does not happen).
|
||||||
|
|
||||||
In short, the EVT_SCROLL_CHANGED event is triggered when scrolling/ moving has finished
|
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.
|
to see the difference between EVT_SCROLL_THUMBRELEASE and EVT_SCROLL_CHANGED in action.
|
||||||
|
|
||||||
@remarks
|
@remarks
|
||||||
|
@@ -42,7 +42,7 @@
|
|||||||
platform-specific function: under MSW, this is @c \::DestroyWindow(), under
|
platform-specific function: under MSW, this is @c \::DestroyWindow(), under
|
||||||
GTK @c g_object_unref() and under Cocoa -- @c -release:.
|
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.
|
this class under all major platforms.
|
||||||
|
|
||||||
@since 3.1.0
|
@since 3.1.0
|
||||||
|
@@ -98,7 +98,7 @@
|
|||||||
(In all these cases the EVT_SCROLL_THUMBRELEASE event does not happen).
|
(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
|
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
|
("Slider" page) to see the difference between EVT_SCROLL_THUMBRELEASE and
|
||||||
EVT_SCROLL_CHANGED in action.
|
EVT_SCROLL_CHANGED in action.
|
||||||
|
|
||||||
|
@@ -140,7 +140,7 @@
|
|||||||
(In all these cases the EVT_SCROLL_THUMBRELEASE event does not happen).
|
(In all these cases the EVT_SCROLL_THUMBRELEASE event does not happen).
|
||||||
In short, the EVT_SCROLL_CHANGED event is triggered when scrolling/ moving
|
In short, the EVT_SCROLL_CHANGED event is triggered when scrolling/ moving
|
||||||
has finished independently of the way it had started.
|
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.
|
EVT_SCROLL_THUMBRELEASE and EVT_SCROLL_CHANGED in action.
|
||||||
|
|
||||||
@library{wxcore}
|
@library{wxcore}
|
||||||
|
Reference in New Issue
Block a user