gui2/tbutton: Add 25x25 variants for browse/go and copy-to-clipboard actions

This commit is contained in:
Ignacio R. Morelle 2013-09-10 04:22:41 -03:00
parent 830867f51f
commit ea4788e0cf

View file

@ -112,6 +112,8 @@
[/button_definition]
#enddef
# Scrollbar buttons
{_GUI_DEFINITION
"down_arrow"
"Down arrow button for a scrollbar."
@ -160,7 +162,7 @@
()
}
# The transparent version
# Transparent scrollbar buttons
{_GUI_DEFINITION
"down_arrow_transparent"
@ -210,5 +212,23 @@
"~O(65%)"
}
# Action icon buttons
{_GUI_DEFINITION
"action_copy"
"Right arrow button for copy-to-clipboard."
"buttons/button_square/button_square_25"
"icons/action/copy_25"
()
}
{_GUI_DEFINITION
"action_go"
"Right arrow button for go/browse actions."
"buttons/button_square/button_square_25"
"icons/arrows/arrows_right_25"
()
}
#undef _GUI_DEFINITION
#undef _GUI_RESOLUTION