Ignore:
Timestamp:
2022-05-20T12:05:26Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0415776
Parents:
ea9024d7
git-author:
Jiri Svoboda <jiri@…> (2022-05-19 18:05:08)
git-committer:
Jiri Svoboda <jiri@…> (2022-05-20 12:05:26)
Message:

Scrollbar buttons should not depress in text mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/include/types/ui/pbutton.h

    rea9024d7 r8b22d44  
    4343typedef struct ui_pbutton ui_pbutton_t;
    4444
     45/** UI push button flags */
     46typedef enum {
     47        /** Do not depress the button in text mode */
     48        ui_pbf_no_text_depress = 0x1
     49} ui_pbutton_flags_t;
     50
    4551/** Push button callbacks */
    4652typedef struct ui_pbutton_cb {
Note: See TracChangeset for help on using the changeset viewer.