Changeset c9a7adc in mainline for uspace/lib/ui/private/pbutton.h


Ignore:
Timestamp:
2020-10-14T17:32:49Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4ed00d3
Parents:
f6df5a3
Message:

3D button frame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/private/pbutton.h

    rf6df5a3 rc9a7adc  
    5353        /** Caption */
    5454        const char *caption;
     55        /** Button is selected as default */
     56        bool isdefault;
    5557        /** Button is currently held down */
    5658        bool held;
Note: See TracChangeset for help on using the changeset viewer.