Document missing wxGridStringTable parent class
See https://github.com/wxWidgets/Phoenix/issues/2131 Closes #22258.
This commit is contained in:
parent
46f81624c1
commit
5614f73b2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue