Changeset de227aba in mainline for uspace/lib/ui/meson.build


Ignore:
Timestamp:
2021-04-21T21:18:04Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
252d03c
Parents:
f3a7b0d
Message:

Message dialog class

This simplifies the task of creating as simple dialog window with text
and button(s). I am deliberately not providing an example to
UI demo at this point, given that an application cannot create
two windows at the same time (yet).

File:
1 edited

Legend:

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

    rf3a7b0d rde227aba  
    3939        'src/menubar.c',
    4040        'src/menuentry.c',
     41        'src/msgdialog.c',
    4142        'src/paint.c',
    4243        'src/pbutton.c',
     
    6061        'test/menubar.c',
    6162        'test/menuentry.c',
     63        'test/msgdialog.c',
    6264        'test/paint.c',
    6365        'test/pbutton.c',
Note: See TracChangeset for help on using the changeset viewer.