Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions cfg/wxwidgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7253,6 +7253,15 @@
<returnValue type="wxString"/>
<warn severity="style">This function is deprecated, use 'wxPGProperty::GetValueAsString()' instead.</warn>
</function>
<!-- virtual wxVariant wxPGProperty::DoGetValue(void) const -->
<!-- wxVariant wxPGProperty::GetValue(void) const -->
<function name="wxPGProperty::GetValue,wxPGProperty::DoGetValue">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<const/>
<returnValue type="wxVariant"/>
</function>
<!-- wxString wxPGPropertyFlags::wxPGProperty::GetValueAsStringWithCheck( wxPGPropValFormatFlags flags = wxPGPropValFormatFlags::Null ) const -->
<!-- wxString wxPGProperty::GetValueAsString( wxPGPropValFormatFlags flags = wxPGPropValFormatFlags::Null ) const -->
<function name="wxPGPropertyFlags::wxPGProperty::GetValueAsStringWithCheck,wxPGProperty::GetValueAsString">
Expand Down Expand Up @@ -11384,6 +11393,12 @@
<not-bool/>
</arg>
</function>
<!-- wxPropertyGrid* wxPropertyGridManager::GetGrid(void) -->
<function name="wxPropertyGridManager::GetGrid">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxPropertyGrid *"/>
</function>
<!-- wxPGProperty * wxPropertyGridInterface::Append( wxPGProperty * property ) -->
<!-- wxPGProperty * wxPropertyGridManager::Append( wxPGProperty * property ) -->
<function name="wxPropertyGridInterface::Append,wxPropertyGridManager::Append">
Expand Down
Loading