RSS

Вторник, 16.04.2024, 21:15
Главная » WoW API » API Виджеты » Слайдер »

Slider:SetThumbTexture(texture [, "layer"]) or Slider:SetThumbTexture("filename" [, "layer"])

[ править ]
Sets the texture for the slider thumb.
[клоны]
Sets the texture for the slider thumb.


Signature:
Code
Slider:SetThumbTexture(texture [, "layer"]) or Slider:SetThumbTexture("filename" [, "layer"])

Arguments:
  • texture - Reference to an existing Texture object (texture)
  • filename - Path to a texture image file (string)
  • layer - Graphics layer in which the texture should be drawn; defaults to ARTWORK if not specified (string, layer)

Также смотрите: Слайдер
Ссылки: http://wowprogramming.com/docs/widgets/Slider/SetThumbTexture