Interface StandardWindowHeaderDescription

interface StandardWindowHeaderDescription {
    color?: number;
    frame?: string;
    height?: number;
    hideButton?: boolean;
    hideShadow?: boolean;
    text?: StandardWindowHeaderTextDescription;
    width?: number;
}

Properties

color?: number

Header background color integer value, produced by android.graphics.Color class. Default is Color.rgb(0x72, 0x6a, 0x70).

frame?: string

Frame bitmap gui texture name. Defaults to "headerFrame" style binding or, if not specified, to "default_frame_7" gui texture.

height?: number

Specifies header height in units.

80
hideButton?: boolean

If true, close button is not displayed.

false
hideShadow?: boolean

Specifies whether the header should have shadow or not. If true, the shadow is not displayed.

false

Specifies header text styles and value.

width?: number

If height is not specified, used to specify header height in units.

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.