Skip to content

Commit 7452a01

Browse files
committed
wxwidgets.cfg: Added support for more interfaces, found by daca@home
1 parent 5f0a406 commit 7452a01

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7689,6 +7689,16 @@
76897689
<arg nr="2" direction="out"/>
76907690
<arg nr="3" direction="out"/>
76917691
</function>
7692+
<!-- bool wxPropertyGridManager::IsPropertySelected( wxPGPropArg id ) -->
7693+
<!-- bool wxPropertyGrid::IsPropertySelected( wxPGPropArg id ) -->
7694+
<function name="wxPropertyGridManager::IsPropertySelected,wxPropertyGrid::IsPropertySelected">
7695+
<noreturn>false</noreturn>
7696+
<returnValue type="bool"/>
7697+
<use-retval/>
7698+
<leak-ignore/>
7699+
<const/>
7700+
<arg nr="1" direction="in"/>
7701+
</function>
76927702
<!-- bool wxButton::Create(wxWindow * parent, wxWindowID id, const wxString &label=wxEmptyString, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = 0, const wxValidator & validator = wxDefaultValidator, const wxString & name = wxControlNameStr) -->
76937703
<function name="wxButton::Create">
76947704
<noreturn>false</noreturn>

0 commit comments

Comments
 (0)