mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-09 04:30:09 +00:00
Added a [Constructor_pre] section to introjucer GUI component files.
This commit is contained in:
parent
3bcc182fe9
commit
699c5a9109
3 changed files with 8 additions and 2 deletions
|
|
@ -28,6 +28,9 @@
|
|||
//==============================================================================
|
||||
%%className%%::%%className%% (%%constructorParams%%)
|
||||
%%initialisers%%{
|
||||
//[Constructor_pre] You can add your own custom stuff here..
|
||||
//[/Constructor_pre]
|
||||
|
||||
%%constructor%%
|
||||
|
||||
//[Constructor] You can add your own custom stuff here..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue