Skip to content

Commit

Permalink
update for newly documented methods
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorino committed Jan 12, 2024
1 parent 3cadf02 commit 4c9b87f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rakelib/lib/director/window.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ def setup
else
spec.ignore('wxWindow::SetAccessible',
'wxWindow::GetAccessible')
if Config.instance.wx_version > '3.2.4'
spec.ignore('wxWindow::CreateAccessible',
'wxWindow::GetOrCreateAccessible')
end
end
spec.ignore_unless('USE_HOTKEY', %w[wxWindow::RegisterHotKey wxWindow::UnregisterHotKey])
spec.ignore('wxWindow::SetSize(int, int)') # not useful as the wxSize variant will also accept an array
Expand Down

0 comments on commit 4c9b87f

Please sign in to comment.