Commit 2905857
authored
wxwidgets.cfg: Added support for more interfaces (danmar#8090)
This pull request expands the function configuration in
`cfg/wxwidgets.cfg` to include additional wxWidgets API methods,
improving coverage and consistency for function bindings. The most
important changes involve adding more methods to existing function
groups and introducing new function entries for various wxWidgets
classes.
### Expanded function bindings
* Added `wxTreeListItem::IsOk` to the function group with
`wxBitmap::HasAlpha` and `wxBitmap::IsOk`, ensuring consistent handling
of `IsOk` methods across more classes.
* Extended the `Layout` function group to include `wxWindow::Layout`,
`wxGrid::Layout`, and `wxPanel::Layout`, in addition to the existing
`wxWindowBase::Layout` and `wxFrame::Layout`. Also, added a new group
for sizer-related `Layout` methods (`wxSizer`, `wxBoxSizer`,
`wxGridSizer`, `wxStaticBoxSizer`).
### New function entries
* Added new function entries for `wxWindow::GetScreenPosition`,
`wxGrid::GetScreenPosition`, `wxDataViewListCtrl::GetItemCount`, and the
static method `wxStandardPaths::Get`, improving API access for these
commonly-used methods.
* Grouped `GetPosition` methods for `wxGridEvent`, `wxMouseEvent`, and
`wxMouseState` into a single function entry, streamlining their
configuration.1 parent 67c4604 commit 2905857
1 file changed
+42
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11703 | 11703 | | |
11704 | 11704 | | |
11705 | 11705 | | |
11706 | | - | |
| 11706 | + | |
| 11707 | + | |
11707 | 11708 | | |
11708 | 11709 | | |
11709 | 11710 | | |
| |||
16122 | 16123 | | |
16123 | 16124 | | |
16124 | 16125 | | |
| 16126 | + | |
| 16127 | + | |
| 16128 | + | |
| 16129 | + | |
| 16130 | + | |
| 16131 | + | |
| 16132 | + | |
| 16133 | + | |
| 16134 | + | |
| 16135 | + | |
| 16136 | + | |
| 16137 | + | |
| 16138 | + | |
| 16139 | + | |
| 16140 | + | |
| 16141 | + | |
| 16142 | + | |
| 16143 | + | |
| 16144 | + | |
| 16145 | + | |
| 16146 | + | |
| 16147 | + | |
| 16148 | + | |
| 16149 | + | |
16125 | 16150 | | |
16126 | 16151 | | |
16127 | 16152 | | |
| |||
16140 | 16165 | | |
16141 | 16166 | | |
16142 | 16167 | | |
16143 | | - | |
| 16168 | + | |
| 16169 | + | |
| 16170 | + | |
16144 | 16171 | | |
16145 | 16172 | | |
16146 | 16173 | | |
| |||
17048 | 17075 | | |
17049 | 17076 | | |
17050 | 17077 | | |
| 17078 | + | |
17051 | 17079 | | |
17052 | | - | |
| 17080 | + | |
| 17081 | + | |
| 17082 | + | |
17053 | 17083 | | |
17054 | 17084 | | |
17055 | 17085 | | |
17056 | 17086 | | |
17057 | 17087 | | |
| 17088 | + | |
| 17089 | + | |
| 17090 | + | |
| 17091 | + | |
| 17092 | + | |
| 17093 | + | |
| 17094 | + | |
| 17095 | + | |
| 17096 | + | |
17058 | 17097 | | |
17059 | 17098 | | |
17060 | 17099 | | |
| |||
0 commit comments