mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-10 18:54:42 +00:00
77 lines
932 B
INI
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]
|
|
|