update sto list gadget, dock etc see changelogs

This commit is contained in:
K D Hedger
2023-11-25 15:40:22 +00:00
parent f0823da44e
commit f6dc85e324
39 changed files with 627 additions and 487 deletions

View File

@ -223,6 +223,7 @@ int main(int argc, char **argv)
//left
leftButton=new LFSTK_buttonClass(wc,"Label Left",DIALOGMIDDLE-HALFGADGETWIDTH,sy,GADGETWIDTH,GADGETHITE);
// leftButton->LFSTK_setGadgetColourPair(NORMALCOLOUR,"#000000","red");
leftButton->LFSTK_setLabelGravity(LEFT);
leftButton->LFSTK_setKeyCallBack(NULL,keyCB,USERDATA("Key Left"));
leftButton->LFSTK_setMouseCallBack(NULL,mouseCB,USERDATA("Left"));