~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-backports

« back to all changes in this revision

Viewing changes to src/effects/Wahwah.h

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-18 21:58:19 UTC
  • mfrom: (13.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080218215819-tmbcf1rx238r8gdv
Tags: 1.3.4-1.1ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
 
80
80
// Declare window functions
81
81
 
82
 
#define ID_BUTTON_PREVIEW 10000
83
82
#define ID_FREQTEXT 10003
84
83
#define ID_FREQSLIDER 10004
85
84
#define ID_PHASETEXT 10005
91
90
#define ID_FREQOFFTEXT 10011
92
91
#define ID_FREQOFFSLIDER 10012
93
92
 
94
 
wxSizer *CreateWahwahDialog(wxWindow * parent, bool call_fit =
95
 
                            TRUE, bool set_sizer = TRUE);
96
 
 
97
93
// WDR: class declarations
98
94
 
99
95
//----------------------------------------------------------------------------