mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 01:19:45 +08:00
Document missing wxGridStringTable parent class
See https://github.com/wxWidgets/Phoenix/issues/2131 Closes #22258.
This commit is contained in:
committed by
Vadim Zeitlin
parent
46f81624c1
commit
5614f73b2b
+1
-1
@@ -1905,7 +1905,7 @@ public:
|
||||
The number of rows and columns in the table can be specified initially but
|
||||
may also be changed later dynamically.
|
||||
*/
|
||||
class wxGridStringTable
|
||||
class wxGridStringTable : public wxGridTableBase
|
||||
{
|
||||
public:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user