SHOW_APP_TITLE

SHOW_APP_TITLE specifies whether the main window has title or not.

  • 0 means "hide title"
  • 1 means "show title"

This option is valid only for Shape-based skins.

 

Example:

!define SHOW_APP_TITLE    0

 

Hidding of the title may be useful when the skin image itself contains already a title, for example:

SHOW_APP_TITLE = 0

 

Comments (0)