This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
the_plugin_editor [2017/08/30 20:12] shane [The individual tabs] |
the_plugin_editor [2017/10/02 19:38] (current) shane [The GuiTabs object] |
||
|---|---|---|---|
| Line 29: | Line 29: | ||
| , guiTabs(p.getSound()) | , guiTabs(p.getSound()) | ||
| { | { | ||
| - | setSize (600, 400); | + | setSize (600, 300); |
| addAndMakeVisible(& | addAndMakeVisible(& | ||
| p.addChangeListener(this); | p.addChangeListener(this); | ||
| Line 46: | Line 46: | ||
| void VanillaJuceAudioProcessorEditor:: | void VanillaJuceAudioProcessorEditor:: | ||
| { | { | ||
| - | guiTabs.setBounds(0, | + | guiTabs.setBounds(0, |
| } | } | ||
| Line 106: | Line 106: | ||
| void GuiTabs:: | void GuiTabs:: | ||
| { | { | ||
| - | tabbedComponent-> | + | tabbedComponent-> |
| } | } | ||