How to: Using Templates

Simplify development using built in templates

Templates

Within the project new items can be created from an included template. The available templates are determined by the project type.

  • Application Entry (Desktop applications only): Create an application entry file for use on Linux systems
  • Class: Create a class
  • GResource File (Desktop applications and libraries): Create a gresource file to embed resources within the application
  • main (Desktop applications only): Create a source file containing the main() entrypoint
  • Windows RC File (Desktop applications only): Create a file to specify the Windows icon file
  • Widget (Desktop applications and libraries): Create a UI control (widget)
  • Window (Desktop applications): Create a Window object