|
Create new building theme |
In this section the creation of the new built-in themes is described. If you want to create the ThemeEngine themes look up the ThemeEditor section. To create your own built-in themes it is necessary to create the successor class of the TTeTheme class located in the te_theme.pas module. It is necessary to redefine the methods and to insert the procedure of registration of the RegisterTheme of the necessary theme to the section of the initialization of the module. As an example have a look at the initial texts of the built-in theme 'Flat' which is in the theme_flat.pas module. After the theme is ready and has a registration code, just add this new module to your project and this theme will be available in all ThemeEngine components. |