1
0
Fork 0
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:
jules 2015-03-24 16:17:35 +00:00
parent 3bcc182fe9
commit 699c5a9109
3 changed files with 8 additions and 2 deletions

View file

@ -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..