wesnoth/data/gui/default/widget/button_up_arrow.cfg

77 lines
932 B
INI

###
### Definition of a button with the up arrow image.
###
[button_definition]
id = "up_arrow"
description = "Up arrow button for a scrollbar."
[resolution]
min_width = 25
min_height = 25
default_width = 25
default_height = 25
max_width = 25
max_height = 25
text_extra_width = 0
text_extra_height = 0
text_font_size = 0
[state_enabled]
[draw]
[image]
name = "buttons/uparrow-button.png"
[/image]
[/draw]
[/state_enabled]
[state_disabled]
[draw]
[image]
name = "buttons/uparrow-button-disabled.png"
[/image]
[/draw]
[/state_disabled]
[state_pressed]
[draw]
[image]
name = "buttons/uparrow-button-pressed.png"
[/image]
[/draw]
[/state_pressed]
[state_focussed]
[draw]
[image]
name = "buttons/uparrow-button-active.png"
[/image]
[/draw]
[/state_focussed]
[/resolution]
[/button_definition]