```scss
// Property(ies): hidesBackButton
// Component(s): Ti.UI.Window
'.hides-back-button': { hidesBackButton: true }
'.shows-back-button': { hidesBackButton: false }
```