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] [/button_definition]
#enddef #enddef
# Scrollbar buttons
{_GUI_DEFINITION {_GUI_DEFINITION
"down_arrow" "down_arrow"
"Down arrow button for a scrollbar." "Down arrow button for a scrollbar."
@ -160,7 +162,7 @@
() ()
} }
# The transparent version # Transparent scrollbar buttons
{_GUI_DEFINITION {_GUI_DEFINITION
"down_arrow_transparent" "down_arrow_transparent"
@ -210,5 +212,23 @@
"~O(65%)" "~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_DEFINITION
#undef _GUI_RESOLUTION #undef _GUI_RESOLUTION