Commit 25ad0df
authored
wxwidgets.cfg add some missing configuration for wxPropertyGrid (#8087)
This pull request adds support for additional methods in the `wxwidgets`
configuration file to improve property grid functionality and access.
The most notable changes are the addition of new function definitions
related to property value retrieval and grid access.
New property retrieval functions:
* Added definitions for `wxPGProperty::GetValue` and
`wxPGProperty::DoGetValue`, enabling retrieval of property values as
`wxVariant` objects.
Property grid access:
* Added definition for `wxPropertyGridManager::GetGrid`, allowing direct
access to the underlying `wxPropertyGrid` from a
`wxPropertyGridManager`.1 parent be71c2e commit 25ad0df
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7253 | 7253 | | |
7254 | 7254 | | |
7255 | 7255 | | |
| 7256 | + | |
| 7257 | + | |
| 7258 | + | |
| 7259 | + | |
| 7260 | + | |
| 7261 | + | |
| 7262 | + | |
| 7263 | + | |
| 7264 | + | |
7256 | 7265 | | |
7257 | 7266 | | |
7258 | 7267 | | |
| |||
11384 | 11393 | | |
11385 | 11394 | | |
11386 | 11395 | | |
| 11396 | + | |
| 11397 | + | |
| 11398 | + | |
| 11399 | + | |
| 11400 | + | |
| 11401 | + | |
11387 | 11402 | | |
11388 | 11403 | | |
11389 | 11404 | | |
| |||
0 commit comments