Menus: Implemented 'repeatable buttons' that work like slider arrows.

Used for [+] [-] in Palette and Text, and for the arrow buttons that scroll Sieve pattern.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@598 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-02-04 20:34:53 +00:00
parent 16b405ccfe
commit 266145cd0a
5 changed files with 54 additions and 9 deletions

View File

@@ -73,6 +73,7 @@ struct Fenetre_Bouton_normal
word Largeur;
word Hauteur;
byte Clickable;
byte Repetable;
word Raccourci;
struct Fenetre_Bouton_normal * Next;
};