wxwidgets.cfg: Added support for more interfaces #8090
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



This pull request expands the function configuration in
cfg/wxwidgets.cfgto 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
wxTreeListItem::IsOkto the function group withwxBitmap::HasAlphaandwxBitmap::IsOk, ensuring consistent handling ofIsOkmethods across more classes.Layoutfunction group to includewxWindow::Layout,wxGrid::Layout, andwxPanel::Layout, in addition to the existingwxWindowBase::LayoutandwxFrame::Layout. Also, added a new group for sizer-relatedLayoutmethods (wxSizer,wxBoxSizer,wxGridSizer,wxStaticBoxSizer).New function entries
wxWindow::GetScreenPosition,wxGrid::GetScreenPosition,wxDataViewListCtrl::GetItemCount, and the static methodwxStandardPaths::Get, improving API access for these commonly-used methods.GetPositionmethods forwxGridEvent,wxMouseEvent, andwxMouseStateinto a single function entry, streamlining their configuration.