wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
3e6681e2b3
commit
09b0108a2e
|
@ -5719,6 +5719,36 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxGrid::EnableCellEditControl(bool enable=true )-->
|
||||
<function name="wxGrid::EnableCellEditControl">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" default="true" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxGrid::DisableCellEditControl(void)-->
|
||||
<!-- void wxGrid::ShowCellEditControl(void)-->
|
||||
<!-- void wxGrid::HideCellEditControl(void)-->
|
||||
<!-- void wxGrid::SaveEditControlValue(void)-->
|
||||
<function name="wxGrid::DisableCellEditControl,wxGrid::ShowCellEditControl,wxGrid::HideCellEditControl,wxGrid::SaveEditControlValue">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
</function>
|
||||
<!-- bool wxGrid::CanEnableCellControl(void) const-->
|
||||
<!-- bool wxGrid::IsCellEditControlEnabled(void) const-->
|
||||
<!-- bool wxGrid::IsEditable(void) const-->
|
||||
<!-- bool wxGrid::IsCellEditControlShown(void) const-->
|
||||
<!-- bool wxGrid::IsCurrentCellReadOnly(void) const-->
|
||||
<function name="wxGrid::DisableCellEditControl,wxGrid::IsCellEditControlEnabled,wxGrid::IsCellEditControlShown,wxGrid::IsCurrentCellReadOnly,wxGrid::IsEditable">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<const/>
|
||||
<use-retval/>
|
||||
<returnValue type="bool"/>
|
||||
</function>
|
||||
<!-- virtual wxString wxListBox::GetString (unsigned int n) const-->
|
||||
<!-- virtual wxString wxChoice::GetString (unsigned int n) const-->
|
||||
<function name="wxListBox::GetString,wxChoice::GetString">
|
||||
|
|
Loading…
Reference in New Issue