Changeset ef734b7 in mainline for uspace/lib


Ignore:
Timestamp:
2021-02-05T15:59:16Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2ab8ab3
Parents:
5a68791
Message:

Slider UI control

Location:
uspace/lib/ui
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/meson.build

    r5a68791 ref734b7  
    4040        'src/rbutton.c',
    4141        'src/resource.c',
     42        'src/slider.c',
    4243        'src/ui.c',
    4344        'src/wdecor.c',
     
    5758        'test/rbutton.c',
    5859        'test/resource.c',
     60        'test/slider.c',
    5961        'test/ui.c',
    6062        'test/wdecor.c',
  • uspace/lib/ui/test/main.c

    r5a68791 ref734b7  
    4141PCUT_IMPORT(rbutton);
    4242PCUT_IMPORT(resource);
     43PCUT_IMPORT(slider);
    4344PCUT_IMPORT(ui);
    4445PCUT_IMPORT(wdecor);
Note: See TracChangeset for help on using the changeset viewer.