Skip to content

Commit

Permalink
wxwidgets.cfg: Added support for more configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Feb 28, 2024
1 parent 677a04b commit 76fcbf8
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion cfg/wxwidgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7364,6 +7364,27 @@
<arg nr="1" direction="in"/>
<warn severity="style">This function is deprecated.</warn>
</function>
<!-- int wxStyledTextEvent::GetFoldLevelNow( void ) const -->
<!-- int wxStyledTextEvent::GetFoldLevelPrev( void ) const -->
<!-- int wxStyledTextEvent::GetKey( void ) const -->
<!-- int wxStyledTextEvent::GetLParam( void ) const -->
<!-- int wxStyledTextEvent::GetLength( void ) const -->
<!-- int wxStyledTextEvent::GetLine( void ) const -->
<!-- int wxStyledTextEvent::GetLinesAdded( void ) const -->
<!-- int wxStyledTextEvent::GetListCompletionMethod( void ) const -->
<!-- int wxStyledTextEvent::GetListType( void ) const -->
<!-- int wxStyledTextEvent::GetMargin( void ) const -->
<!-- int wxStyledTextEvent::GetMessage( void ) const -->
<!-- int wxStyledTextEvent::GetModificationType( void ) const -->
<!-- int wxStyledTextEvent::GetModifiers( void ) const -->
<!-- int wxStyledTextEvent::GetPosition( void ) const -->
<function name="wxStyledTextEvent::GetFoldLevelNow,wxStyledTextEvent::GetFoldLevelPrev,wxStyledTextEvent::GetKey,wxStyledTextEvent::GetLParam,wxStyledTextEvent::GetLength,wxStyledTextEvent::GetLine,wxStyledTextEvent::GetLinesAdded,wxStyledTextEvent::GetListCompletionMethod,wxStyledTextEvent::GetListType,wxStyledTextEvent::GetMargin,wxStyledTextEvent::GetMessage,wxStyledTextEvent::GetModificationType,wxStyledTextEvent::GetModifiers,wxStyledTextEvent::GetPosition">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="int"/>
<use-retval/>
<const/>
</function>
<!-- void wxWindow::SetPalette(const wxPalette & pal) -->
<function name="wxWindow::SetPalette">
<noreturn>false</noreturn>
Expand Down Expand Up @@ -14172,19 +14193,43 @@ wxItemKind kind = wxITEM_NORMAL) -->
<not-uninit/>
</arg>
</function>
<!-- bool wxGridCellAttr::CanOverflow( void ) const -->
<function name="wxGridCellAttr::CanOverflow">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
<const/>
</function>
<!-- wxGridCellAttr * wxGridCellAttr::Clone( void ) const -->
<function name="wxGridCellAttr::Clone">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxGridCellAttr *"/>
<use-retval/>
<const/>
</function>
<!-- void wxFocusEvent::Skip(bool skip = true) -->
<!-- void wxEvent::Skip(bool skip = true) -->
<!-- void wxCommandEvent::Skip(bool skip = true) -->
<!-- void wxKeyEvent::Skip(bool skip = true) -->
<!-- void wxGridEvent::Skip(bool skip = true) -->
<!-- void wxMouseEvent::Skip(bool skip = true) -->
<function name="wxEvent::Skip,wxCommandEvent::Skip,wxKeyEvent::Skip,wxGridEvent::Skip,wxMouseEvent::Skip">
<function name="wxEvent::Skip,wxCommandEvent::Skip,wxKeyEvent::Skip,wxGridEvent::Skip,wxMouseEvent::Skip,wxFocusEvent::Skip">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1" default="true" direction="in">
<not-uninit/>
</arg>
</function>
<!-- virtual void wxPopupTransientWindow::OnDismiss ( void ) -->
<function name="wxPopupTransientWindow::OnDismiss">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
</function>
<!-- void wxPropertyGridManager::SetColumnCount(int colCount, int page = -1) -->
<function name="wxPropertyGridManager::SetColumnCount">
<leak-ignore/>
Expand Down

0 comments on commit 76fcbf8

Please sign in to comment.