Use repeating buttons in the scrollbars.
This commit is contained in:
parent
bd83d922f5
commit
62669692b2
4 changed files with 19 additions and 16 deletions
|
@ -3,6 +3,7 @@ Version 1.7.10+svn:
|
|||
* Updated translations:
|
||||
* User interface:
|
||||
* Add a new repeating button widget
|
||||
* Scrollbar buttons now keep scrolling when kept pressed down
|
||||
* Miscellaneous and bugfixes:
|
||||
* Scrollbar containers now use the button super class
|
||||
* Allow a gui2 timer delete itself in its callback
|
||||
|
|
|
@ -11,10 +11,10 @@ horizontal_grow = "true"
|
|||
[column]
|
||||
|
||||
# note we want a special button definition for this later.
|
||||
[button]
|
||||
[repeating_button]
|
||||
id = "_half_page_up"
|
||||
definition = "left_arrow"
|
||||
[/button]
|
||||
[/repeating_button]
|
||||
|
||||
[/column]
|
||||
|
||||
|
@ -32,10 +32,10 @@ horizontal_grow = "true"
|
|||
[column]
|
||||
|
||||
# note we want a special button definition for this later.
|
||||
[button]
|
||||
[repeating_button]
|
||||
id = "_half_page_down"
|
||||
definition = "right_arrow"
|
||||
[/button]
|
||||
[/repeating_button]
|
||||
|
||||
[/column]
|
||||
|
||||
|
@ -54,10 +54,10 @@ horizontal_grow = "true"
|
|||
[column]
|
||||
|
||||
# note we want a special button definition for this later.
|
||||
[button]
|
||||
[repeating_button]
|
||||
id = "_half_page_up"
|
||||
definition = "left_arrow_transparent"
|
||||
[/button]
|
||||
[/repeating_button]
|
||||
|
||||
[/column]
|
||||
|
||||
|
@ -75,10 +75,10 @@ horizontal_grow = "true"
|
|||
[column]
|
||||
|
||||
# note we want a special button definition for this later.
|
||||
[button]
|
||||
[repeating_button]
|
||||
id = "_half_page_down"
|
||||
definition = "right_arrow_transparent"
|
||||
[/button]
|
||||
[/repeating_button]
|
||||
|
||||
[/column]
|
||||
|
||||
|
|
|
@ -11,10 +11,10 @@ vertical_grow = "true"
|
|||
[column]
|
||||
|
||||
# note we want a special button definition for this later.
|
||||
[button]
|
||||
[repeating_button]
|
||||
id = "_half_page_up"
|
||||
definition = "up_arrow"
|
||||
[/button]
|
||||
[/repeating_button]
|
||||
|
||||
[/column]
|
||||
|
||||
|
@ -40,10 +40,10 @@ vertical_grow = "true"
|
|||
[column]
|
||||
|
||||
# note we want a special button definition for this later.
|
||||
[button]
|
||||
[repeating_button]
|
||||
id = "_half_page_down"
|
||||
definition = "down_arrow"
|
||||
[/button]
|
||||
[/repeating_button]
|
||||
|
||||
[/column]
|
||||
|
||||
|
@ -62,10 +62,10 @@ vertical_grow = "true"
|
|||
[column]
|
||||
|
||||
# note we want a special button definition for this later.
|
||||
[button]
|
||||
[repeating_button]
|
||||
id = "_half_page_up"
|
||||
definition = "up_arrow_transparent"
|
||||
[/button]
|
||||
[/repeating_button]
|
||||
|
||||
[/column]
|
||||
|
||||
|
@ -91,10 +91,10 @@ vertical_grow = "true"
|
|||
[column]
|
||||
|
||||
# note we want a special button definition for this later.
|
||||
[button]
|
||||
[repeating_button]
|
||||
id = "_half_page_down"
|
||||
definition = "down_arrow_transparent"
|
||||
[/button]
|
||||
[/repeating_button]
|
||||
|
||||
[/column]
|
||||
|
||||
|
|
|
@ -6,6 +6,8 @@ Version 1.7.10+svn:
|
|||
* Language and translations:
|
||||
* Updated translations:
|
||||
|
||||
* User interface:
|
||||
* Scrollbar buttons now keep scrolling when kept pressed down.
|
||||
|
||||
Version 1.7.10-1.8beta3:
|
||||
* Campaigns:
|
||||
|
|
Loading…
Add table
Reference in a new issue