Sets the orientation of the status bar. Signature: Code StatusBar:SetOrientation("orientation")
Arguments: - orientation - Token describing the orientation and direction of the status bar (string)
HORIZONTAL - Fills from left to right as the status bar value increases (default) - VERTICAL - Fills from top to bottom as the status bar value increases
Также смотрите: Строка состояния
Ссылки: http://wowprogramming.com/docs/widgets/StatusBar/SetOrientation
|