nw::lyt::TextBox::GetMaterial Member Function

Syntax

virtual Material * GetMaterial(
     u32 idx
) const;

Arguments

Name Description
idx Index.

Return Values

Returns the pointer to the material.

Description

Gets the pane's material.

Only 0 can be specified for idx.

See Also

SetMaterial

Revision History

2010/01/26
Initial version.

nw::lyt::TextBox::GetMaterial Member Function

Syntax

Material * GetMaterial() const;

Arguments

None.

Return Values

Returns the pointer to the material.

Description

Gets the pane's material.

Returns the first material (having index 0) if the pane has more than one material.

Returns NULL if the pane does not have any materials.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL