Ignore:
File:
1 edited

Legend:

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

    r7481ee19 rdb3895d  
    5454        /** Horizontal alignment */
    5555        gfx_halign_t halign;
    56         /** Text entry is read-only */
    57         bool read_only;
    5856        /** Text */
    5957        char *text;
    6058        /** Pointer is currently inside */
    6159        bool pointer_inside;
    62         /** Entry is activated */
    63         bool active;
    6460};
    65 
    66 extern errno_t ui_entry_insert_str(ui_entry_t *, const char *);
    67 extern void ui_entry_backspace(ui_entry_t *);
    68 extern ui_evclaim_t ui_entry_key_press_unmod(ui_entry_t *, kbd_event_t *);
    6961
    7062#endif
Note: See TracChangeset for help on using the changeset viewer.