mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 08:53:06 +08:00
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:
@@ -32,7 +32,7 @@
|
||||
|
||||
@see wxSimpleHtmlListBox, wxHtmlListBox
|
||||
*/
|
||||
class wxVListBox : public wxVScrolledWindow
|
||||
class wxVListBox : public wxVScrolledCanvas
|
||||
{
|
||||
public:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user