Fix base class of wxVListBox in the documentation

It's wxVScrolledCanvas, a.k.a. wxVScrolled<wxWindow>, and not
wxVScrolledWindow.

Closes #25980.
This commit is contained in:
Vadim Zeitlin
2025-11-20 21:52:10 +01:00
parent f3da561f78
commit 2fe726ad3d
+1 -1
View File
@@ -32,7 +32,7 @@
@see wxSimpleHtmlListBox, wxHtmlListBox
*/
class wxVListBox : public wxVScrolledWindow
class wxVListBox : public wxVScrolledCanvas
{
public:
/**