mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-13 19:06:03 +00:00

...should not introduce any strings, just for completions sake (every .cfg should have a marker, have done the job util utils/change_textdomain -t )
90 lines
1.4 KiB
INI
90 lines
1.4 KiB
INI
#textdomain wesnoth-lib
|
|
# Defines the default _horizontal_scrollbar_grid for several widgets.
|
|
|
|
#define GUI__HORIZONTAL_SCROLLBAR_GRID
|
|
horizontal_grow = "true"
|
|
[grid]
|
|
id = "_horizontal_scrollbar_grid"
|
|
|
|
[row]
|
|
|
|
[column]
|
|
|
|
# note we want a special button definition for this later.
|
|
[button]
|
|
id = "_half_page_up"
|
|
definition = "left_arrow"
|
|
[/button]
|
|
|
|
[/column]
|
|
|
|
[column]
|
|
grow_factor = 1
|
|
horizontal_grow = "true"
|
|
|
|
[horizontal_scrollbar]
|
|
id = "_horizontal_scrollbar"
|
|
definition = "default"
|
|
[/horizontal_scrollbar]
|
|
|
|
[/column]
|
|
|
|
[column]
|
|
|
|
# note we want a special button definition for this later.
|
|
[button]
|
|
id = "_half_page_down"
|
|
definition = "right_arrow"
|
|
[/button]
|
|
|
|
[/column]
|
|
|
|
[/row]
|
|
|
|
[/grid]
|
|
#enddef
|
|
|
|
#define GUI__HORIZONTAL_SCROLLBAR_GRID_TRANSPARENT
|
|
horizontal_grow = "true"
|
|
[grid]
|
|
id = "_horizontal_scrollbar_grid"
|
|
|
|
[row]
|
|
|
|
[column]
|
|
|
|
# note we want a special button definition for this later.
|
|
[button]
|
|
id = "_half_page_up"
|
|
definition = "left_arrow_transparent"
|
|
[/button]
|
|
|
|
[/column]
|
|
|
|
[column]
|
|
grow_factor = 1
|
|
horizontal_grow = "true"
|
|
|
|
[horizontal_scrollbar]
|
|
id = "_horizontal_scrollbar"
|
|
definition = "transparent"
|
|
[/horizontal_scrollbar]
|
|
|
|
[/column]
|
|
|
|
[column]
|
|
|
|
# note we want a special button definition for this later.
|
|
[button]
|
|
id = "_half_page_down"
|
|
definition = "right_arrow_transparent"
|
|
[/button]
|
|
|
|
[/column]
|
|
|
|
[/row]
|
|
|
|
[/grid]
|
|
#enddef
|
|
|