Sets the texture for the slider thumb
Signature:
Slider:SetThumbTexture(texture [, "layer"]) or Slider:SetThumbTexture("filename" [, "layer"])
Arguments:
texture- Reference to an existingTextureobject (texture)filename- Path to a texture image file (string)layer- Graphics layer in which the texture should be drawn; defaults toARTWORKif not specified (string, layer)