Skip to content

Commit

Permalink
revert customization in favour of generic post process solution
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorino committed Mar 7, 2024
1 parent c8024b6 commit 9b33b37
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions rakelib/lib/director/dialog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -212,14 +212,6 @@ def setup
return Qfalse;
}
__HEREDOC
when 'wxSymbolPickerDialog'
# redefine these to prevent problematic handling of title/caption defaults
spec.ignore 'wxSymbolPickerDialog::wxSymbolPickerDialog(const wxString &, const wxString &, const wxString &, wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long)',
'wxSymbolPickerDialog::Create',
ignore_doc: false
spec.extend_interface 'wxSymbolPickerDialog',
'wxSymbolPickerDialog(const wxString &symbol, const wxString &initialFont, const wxString &normalTextFont, wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos, const wxSize &size, long style)',
'bool Create(const wxString &symbol, const wxString &initialFont, const wxString &normalTextFont, wxWindow *parent, wxWindowID id, const wxString &caption, const wxPoint &pos, const wxSize &size, long style)'
when 'wxWizard'
# special handling
spec.ignore 'wxWizard::GetBitmap'
Expand Down

0 comments on commit 9b33b37

Please sign in to comment.