lookandfeel

Apparence et comportement (look and feel) de l'application

📝 Syntaxe

  • r = lookandfeel()

  • ce = lookandfeel('available')

  • p = lookandfeel(lf)

  • ss = lookandfeel('stylesheet')

  • pp = lookandfeel('stylesheet', ss)

📥 Argument d'entrée

  • lf - a string: look and feel to apply.

  • ss - a string: style sheet to apply.

📤 Argument de sortie

  • r - a string: current look and feel.

  • ce - a cell of strings: list of look and feel available.

  • ss - a string: current style sheet applied.

  • p - a string: previous look and feel applied.

  • pp - a string: previous style sheet applied.

📄 Description

lookandfeel gère l'apparence et le comportement de l'application Nelson.

💡 Exemples

🕔 Historique

Version
📄 Description

1.0.0

version initiale

Last updated

Was this helpful?