Changeset db3895d in mainline for uspace/lib/ui/private/entry.h


Ignore:
Timestamp:
2021-06-10T17:10:11Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
af5d62eb
Parents:
90f1f19
Message:

Set cursor shape to I-beam when hovering over text entry

File:
1 edited

Legend:

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

    r90f1f19 rdb3895d  
    11/*
    2  * Copyright (c) 2020 Jiri Svoboda
     2 * Copyright (c) 2021 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    4848        /** Base control object */
    4949        struct ui_control *control;
    50         /** UI resource */
    51         struct ui_resource *res;
     50        /** UI window */
     51        struct ui_window *window;
    5252        /** Entry rectangle */
    5353        gfx_rect_t rect;
     
    5656        /** Text */
    5757        char *text;
     58        /** Pointer is currently inside */
     59        bool pointer_inside;
    5860};
    5961
Note: See TracChangeset for help on using the changeset viewer.