Changeset d68239a1 in mainline for uspace/app/uidemo/uidemo.c


Ignore:
Timestamp:
2022-04-04T14:48:41Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
86fff971
Parents:
0d1d0ea
git-author:
Jiri Svoboda <jiri@…> (2022-04-03 17:48:17)
git-committer:
Jiri Svoboda <jiri@…> (2022-04-04 14:48:41)
Message:

Scrollbar needs custom button decorations

Push button now allows setting a 'custom decoration' which means
instead of painting the button text a callback function is invoked
to paint the decoration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/uidemo/uidemo.c

    r0d1d0ea rd68239a1  
    10881088                rect.p0.y = 340;
    10891089                rect.p1.x = 220;
    1090                 rect.p1.y = 362;
     1090                rect.p1.y = 363;
    10911091        }
    10921092
     
    11191119                rect.p0.x = 220;
    11201120                rect.p0.y = 53;
    1121                 rect.p1.x = 242;
     1121                rect.p1.x = 243;
    11221122                rect.p1.y = 340;
    11231123        }
Note: See TracChangeset for help on using the changeset viewer.