Commit f4f5100
authored
wxwidgets.cfg: Added support for more missing interfaces. (danmar#8088)
This pull request updates the `cfg/wxwidgets.cfg` file to improve
coverage and accuracy of function definitions for wxWidgets classes. The
most important changes include adding new function definitions and
extending existing ones to cover additional classes and methods.
### Expanded function coverage
* Added a new function definition for `wxULongLong::GetValue`, allowing
retrieval of the value stored in a `wxULongLong` object.
* Updated the function definition for `Refresh` to include both
`wxWindow` and `wxPropertyGridManager`, ensuring correct handling of the
method for both classes.
* Extended the `IsOk` function definition to include `wxIcon`, in
addition to `wxColour` and `wxFont`, improving consistency across
related classes.…fresh' and 'wxIcon::IsOk'1 parent 25ad0df commit f4f5100
1 file changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10361 | 10361 | | |
10362 | 10362 | | |
10363 | 10363 | | |
| 10364 | + | |
| 10365 | + | |
| 10366 | + | |
| 10367 | + | |
| 10368 | + | |
| 10369 | + | |
| 10370 | + | |
| 10371 | + | |
10364 | 10372 | | |
10365 | 10373 | | |
10366 | 10374 | | |
| |||
12518 | 12526 | | |
12519 | 12527 | | |
12520 | 12528 | | |
12521 | | - | |
| 12529 | + | |
| 12530 | + | |
12522 | 12531 | | |
12523 | 12532 | | |
12524 | 12533 | | |
| |||
15822 | 15831 | | |
15823 | 15832 | | |
15824 | 15833 | | |
15825 | | - | |
| 15834 | + | |
| 15835 | + | |
15826 | 15836 | | |
15827 | 15837 | | |
15828 | 15838 | | |
| |||
0 commit comments