Skip to content

Commit 4113ea5

Browse files
authored
wxwidgets.cfg: Added support for more configurations (#6058)
1 parent 677a04b commit 4113ea5

1 file changed

Lines changed: 46 additions & 1 deletion

File tree

cfg/wxwidgets.cfg

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7364,6 +7364,27 @@
73647364
<arg nr="1" direction="in"/>
73657365
<warn severity="style">This function is deprecated.</warn>
73667366
</function>
7367+
<!-- int wxStyledTextEvent::GetFoldLevelNow( void ) const -->
7368+
<!-- int wxStyledTextEvent::GetFoldLevelPrev( void ) const -->
7369+
<!-- int wxStyledTextEvent::GetKey( void ) const -->
7370+
<!-- int wxStyledTextEvent::GetLParam( void ) const -->
7371+
<!-- int wxStyledTextEvent::GetLength( void ) const -->
7372+
<!-- int wxStyledTextEvent::GetLine( void ) const -->
7373+
<!-- int wxStyledTextEvent::GetLinesAdded( void ) const -->
7374+
<!-- int wxStyledTextEvent::GetListCompletionMethod( void ) const -->
7375+
<!-- int wxStyledTextEvent::GetListType( void ) const -->
7376+
<!-- int wxStyledTextEvent::GetMargin( void ) const -->
7377+
<!-- int wxStyledTextEvent::GetMessage( void ) const -->
7378+
<!-- int wxStyledTextEvent::GetModificationType( void ) const -->
7379+
<!-- int wxStyledTextEvent::GetModifiers( void ) const -->
7380+
<!-- int wxStyledTextEvent::GetPosition( void ) const -->
7381+
<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">
7382+
<noreturn>false</noreturn>
7383+
<leak-ignore/>
7384+
<returnValue type="int"/>
7385+
<use-retval/>
7386+
<const/>
7387+
</function>
73677388
<!-- void wxWindow::SetPalette(const wxPalette & pal) -->
73687389
<function name="wxWindow::SetPalette">
73697390
<noreturn>false</noreturn>
@@ -14172,19 +14193,43 @@ wxItemKind kind = wxITEM_NORMAL) -->
1417214193
<not-uninit/>
1417314194
</arg>
1417414195
</function>
14196+
<!-- bool wxGridCellAttr::CanOverflow( void ) const -->
14197+
<function name="wxGridCellAttr::CanOverflow">
14198+
<noreturn>false</noreturn>
14199+
<leak-ignore/>
14200+
<returnValue type="bool"/>
14201+
<use-retval/>
14202+
<const/>
14203+
</function>
14204+
<!-- wxGridCellAttr * wxGridCellAttr::Clone( void ) const -->
14205+
<function name="wxGridCellAttr::Clone">
14206+
<noreturn>false</noreturn>
14207+
<leak-ignore/>
14208+
<returnValue type="wxGridCellAttr *"/>
14209+
<use-retval/>
14210+
<const/>
14211+
</function>
14212+
<!-- void wxFocusEvent::Skip(bool skip = true) -->
1417514213
<!-- void wxEvent::Skip(bool skip = true) -->
1417614214
<!-- void wxCommandEvent::Skip(bool skip = true) -->
1417714215
<!-- void wxKeyEvent::Skip(bool skip = true) -->
1417814216
<!-- void wxGridEvent::Skip(bool skip = true) -->
1417914217
<!-- void wxMouseEvent::Skip(bool skip = true) -->
14180-
<function name="wxEvent::Skip,wxCommandEvent::Skip,wxKeyEvent::Skip,wxGridEvent::Skip,wxMouseEvent::Skip">
14218+
<function name="wxEvent::Skip,wxCommandEvent::Skip,wxKeyEvent::Skip,wxGridEvent::Skip,wxMouseEvent::Skip,wxFocusEvent::Skip">
1418114219
<leak-ignore/>
1418214220
<noreturn>false</noreturn>
1418314221
<returnValue type="void"/>
1418414222
<arg nr="1" default="true" direction="in">
1418514223
<not-uninit/>
1418614224
</arg>
1418714225
</function>
14226+
<!-- virtual void wxPopupTransientWindow::OnDismiss ( void ) -->
14227+
<function name="wxPopupTransientWindow::OnDismiss">
14228+
<noreturn>false</noreturn>
14229+
<leak-ignore/>
14230+
<returnValue type="bool"/>
14231+
<use-retval/>
14232+
</function>
1418814233
<!-- void wxPropertyGridManager::SetColumnCount(int colCount, int page = -1) -->
1418914234
<function name="wxPropertyGridManager::SetColumnCount">
1419014235
<leak-ignore/>

0 commit comments

Comments
 (0)