Sets the position of the tool button's textLabel in relation to the tool button's icon. Valid texpos values are: - BesideIcon : The text appears beside the icon. - BelowIcon : The text appears below the icon.
This function is called when the toolbutton is clicked. You can reimplement it to handle the user click events. The default implementation emits the $clicked() signal.