This function is called when a mouse button is clicked rapidly three times.
function Widget:TripleClick(button, x, y)
MOUSE_LEFT
, MOUSE_RIGHT
, or MOUSE_MIDDLE
This is a protected virtual method. It can only be used by declaring it in a custom widget.