Changeset 1eaead4 in mainline for uspace/lib/ui/meson.build


Ignore:
Timestamp:
2023-02-07T16:11:53Z (15 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0366d09d
Parents:
7c5320c
Message:

Tab set control

This allows to expand the space available in a dialog window
using stacking, with individual tabs that can be activated
by clicking the handle.

File:
1 edited

Legend:

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

    r7c5320c r1eaead4  
    11#
    2 # Copyright (c) 2022 Jiri Svoboda
     2# Copyright (c) 2023 Jiri Svoboda
    33# All rights reserved.
    44#
     
    5252        'src/scrollbar.c',
    5353        'src/slider.c',
     54        'src/tab.c',
     55        'src/tabset.c',
     56        'src/testctl.c',
    5457        'src/ui.c',
    5558        'src/wdecor.c',
     
    8184        'test/scrollbar.c',
    8285        'test/slider.c',
     86        'test/tab.c',
     87        'test/tabset.c',
     88        'test/testctl.c',
    8389        'test/ui.c',
    8490        'test/wdecor.c',
Note: See TracChangeset for help on using the changeset viewer.