MyGUI  3.2.1
Widget Properties
Global MyGUI::Widget::setPropertyOverride (const std::string &_key, const std::string &_value)

Position is Widget property with type IntPoint. Set widget position.

Size is Widget property with type IntSize. Set widget size.

Coord is Widget property with type IntCoord. Set widget coordinates (position and size).

Visible is Widget property with type bool. Show or hide widget.

Depth is Widget property with type int. Child widget rendering depth.

Alpha is Widget property with type float. Прозрачность виджета от 0 до 1.

Colour is Widget property with type Colour. Цвет виджета.

InheritsAlpha is Widget property with type bool. Режим наследования прозрачности.

InheritsPick is Widget property with type bool. Режим наследования доступности мышью.

MaskPick is Widget property with type string. Имя файла текстуры по которому генерится маска для доступности мышью.

NeedKey is Widget property with type bool. Режим доступности виджета для ввода с клавиатуры.

NeedMouse is Widget property with type bool. Режим доступности виджета для ввода мышью.

Enabled is Widget property with type bool. Режим доступности виджета.

NeedToolTip is Widget property with type bool. Режим поддержки тултипов.

Pointer is Widget property with type string. Указатель мыши для этого виджета.