Skip to content

Commit 17dd990

Browse files
committed
Added support for 'wxPGProperty::DoGetValue(void)' and 'wxVariant wxPGProperty::GetValue(void) const'
1 parent be71c2e commit 17dd990

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

cfg/wxwidgets.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7253,6 +7253,15 @@
72537253
<returnValue type="wxString"/>
72547254
<warn severity="style">This function is deprecated, use 'wxPGProperty::GetValueAsString()' instead.</warn>
72557255
</function>
7256+
<!-- virtual wxVariant wxPGProperty::DoGetValue(void) const -->
7257+
<!-- wxVariant wxPGProperty::GetValue(void) const -->
7258+
<function name="wxPGProperty::GetValue,wxPGProperty::DoGetValue">
7259+
<noreturn>false</noreturn>
7260+
<leak-ignore/>
7261+
<use-retval/>
7262+
<const/>
7263+
<returnValue type="wxVariant"/>
7264+
</function>
72567265
<!-- wxString wxPGPropertyFlags::wxPGProperty::GetValueAsStringWithCheck( wxPGPropValFormatFlags flags = wxPGPropValFormatFlags::Null ) const -->
72577266
<!-- wxString wxPGProperty::GetValueAsString( wxPGPropValFormatFlags flags = wxPGPropValFormatFlags::Null ) const -->
72587267
<function name="wxPGPropertyFlags::wxPGProperty::GetValueAsStringWithCheck,wxPGProperty::GetValueAsString">

0 commit comments

Comments
 (0)